[webkit-reviews] review granted: [Bug 114267] Throttle compositing layer flushes in subframes : [Attachment 197027] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 04:53:56 PDT 2013


Andreas Kling <akling at apple.com> has granted Antti Koivisto <koivisto at iki.fi>'s
request for review:
Bug 114267: Throttle compositing layer flushes in subframes
https://bugs.webkit.org/show_bug.cgi?id=114267

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

------- Additional Comments from Andreas Kling <akling at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=197027&action=review


r=me

> Source/WebCore/page/FrameView.cpp:2297
> +	   if (RenderView* renderView = frame->view()->renderView())
> +	      
renderView->compositor()->setLayerFlushThrottlingEnabled(isLoadProgressing);

I take it frame->view() is always non-null here.


More information about the webkit-reviews mailing list