RESOLVED WONTFIX 66970
[chromium] Move render_widget scheduler into CCLayerTreeHostImplMainThreadProxy
https://bugs.webkit.org/show_bug.cgi?id=66970
Summary [chromium] Move render_widget scheduler into CCLayerTreeHostImplMainThreadProxy
Nat Duca
Reported 2011-08-25 11:55:58 PDT
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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.