RESOLVED FIXED114267
Throttle compositing layer flushes in subframes
https://bugs.webkit.org/show_bug.cgi?id=114267
Summary Throttle compositing layer flushes in subframes
Antti Koivisto
Reported 2013-04-09 04:44:07 PDT
Throttle compositing layer flushes in all frames, not just the main one.
Attachments
patch (3.02 KB, patch)
2013-04-09 04:46 PDT, Antti Koivisto
kling: review+
Antti Koivisto
Comment 1 2013-04-09 04:46:10 PDT
Andreas Kling
Comment 2 2013-04-09 04:52:11 PDT
Comment on attachment 197027 [details] patch 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.
Antti Koivisto
Comment 3 2013-04-09 05:11:11 PDT
Note You need to log in before you can comment on or make changes to this bug.