Bug 157614

Summary: ThreadedCoordinatedLayerTreeHost::renderNextFrame() should short-cut to layer flushing
Product: WebKit Reporter: Zan Dobersek <zan>
Component: New BugsAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, clopez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

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.