Summary: | ThreadedCoordinatedLayerTreeHost::renderNextFrame() should short-cut to layer flushing | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> | ||||||
Component: | New Bugs | Assignee: | Zan Dobersek <zan> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | bugs-noreply, clopez | ||||||
Priority: | P2 | ||||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Zan Dobersek
2016-05-11 23:53:12 PDT
Created attachment 278705 [details]
Patch
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. Created attachment 298459 [details]
Patch
Comment on attachment 298459 [details] Patch Clearing flags on attachment: 298459 Committed r210545: <http://trac.webkit.org/changeset/210545> All reviewed patches have been landed. Closing bug. |