[Webkit-unassigned] [Bug 66970] New: [chromium] Move render_widget scheduler into CCLayerTreeHostImplMainThreadProxy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 25 11:55:58 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66970

           Summary: [chromium] Move render_widget scheduler into
                    CCLayerTreeHostImplMainThreadProxy
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: nduca at chromium.org
            Blocks: 66922


Currently, when accelerated compositing is on, scheduling is done by the render widget if !USE(THREADED_COMPOSITING), and by the mainthreadproxy if USE(THREADED_COMPOSITING) and !CCSettings.enableThread.

To remove this mess, we need to implement some sort of renderer scheduling algorithm on the CCLayerTreeHostImplProxy so that we can end-of-life the render_widget's compositing scheduler.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list