Bug 157614 - ThreadedCoordinatedLayerTreeHost::renderNextFrame() should short-cut to layer flushing
Summary: ThreadedCoordinatedLayerTreeHost::renderNextFrame() should short-cut to layer...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-11 23:53 PDT by Zan Dobersek
Modified: 2017-01-10 06:52 PST (History)
2 users (show)

See Also:


Attachments
Patch (4.17 KB, patch)
2016-05-12 00:01 PDT, Zan Dobersek
no flags Details | Formatted Diff | Diff
Patch (3.61 KB, patch)
2017-01-10 06:18 PST, Zan Dobersek
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2016-05-11 23:53:12 PDT
ThreadedCoordinatedLayerTreeHost::renderNextFrame() should short-cut to layer flushing
Comment 1 Zan Dobersek 2016-05-12 00:01:46 PDT
Created attachment 278705 [details]
Patch
Comment 2 Darin Adler 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.
Comment 3 Zan Dobersek 2017-01-10 06:18:01 PST
Created attachment 298459 [details]
Patch
Comment 4 Zan Dobersek 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>
Comment 5 Zan Dobersek 2017-01-10 06:52:13 PST
All reviewed patches have been landed.  Closing bug.