[webkit-reviews] review granted: [Bug 57868] REGRESSION (WebKit2): CSS animations on pages that use accelerated compositing stop after switching tabs : [Attachment 90395] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 20 13:23:22 PDT 2011


Adam Roben (:aroben) <aroben at apple.com> has granted Chris Marrin
<cmarrin at apple.com>'s request for review:
Bug 57868: REGRESSION (WebKit2): CSS animations on pages that use accelerated
compositing stop after switching tabs
https://bugs.webkit.org/show_bug.cgi?id=57868

Attachment 90395: Patch
https://bugs.webkit.org/attachment.cgi?id=90395&action=review

------- Additional Comments from Adam Roben (:aroben) <aroben at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=90395&action=review

> Source/WebKit2/WebProcess/WebPage/ca/win/LayerTreeHostCAWin.cpp:303
> +    if (graphicsLayer) {
> +	  
static_cast<GraphicsLayerCA*>(graphicsLayer)->platformCALayer()->ensureAnimatio
nsSubmitted();
> +    }

No need for braces here.


More information about the webkit-reviews mailing list