RESOLVED FIXED 157614
ThreadedCoordinatedLayerTreeHost::renderNextFrame() should short-cut to layer flushing
https://bugs.webkit.org/show_bug.cgi?id=157614
Summary ThreadedCoordinatedLayerTreeHost::renderNextFrame() should short-cut to layer...
Zan Dobersek
Reported 2016-05-11 23:53:12 PDT
ThreadedCoordinatedLayerTreeHost::renderNextFrame() should short-cut to layer flushing
Attachments
Patch (4.17 KB, patch)
2016-05-12 00:01 PDT, Zan Dobersek
no flags
Patch (3.61 KB, patch)
2017-01-10 06:18 PST, Zan Dobersek
no flags
Zan Dobersek
Comment 1 2016-05-12 00:01:46 PDT
Darin Adler
Comment 2 2016-05-12 08:54:26 PDT
Comment on attachment 278705 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=278705&action=review > Source/WebKit2/WebProcess/WebPage/CoordinatedGraphics/ThreadedCoordinatedLayerTreeHost.h:139 > + bool m_scheduledWhileWaitingForRenderer; New code in WebKit should initialize data members with simple scalar values and obvious defaults where they are defined rather than in constructors.
Zan Dobersek
Comment 3 2017-01-10 06:18:01 PST
Zan Dobersek
Comment 4 2017-01-10 06:52:05 PST
Comment on attachment 298459 [details] Patch Clearing flags on attachment: 298459 Committed r210545: <http://trac.webkit.org/changeset/210545>
Zan Dobersek
Comment 5 2017-01-10 06:52:13 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.