RESOLVED DUPLICATE of bug 76149 75560
[chromium] Turn off FrameRateController when idle
https://bugs.webkit.org/show_bug.cgi?id=75560
Summary [chromium] Turn off FrameRateController when idle
Nat Duca
Reported 2012-01-04 10:37:43 PST
In threaded mode, FrameRateController generates ticks every displayRefreshRateMs regardless of whether the CCLayerTreeHost* is visible. We should turn off the ticks when it is not visible to reduce CPU usage.
Attachments
Nat Duca
Comment 1 2012-01-04 11:00:23 PST
!visible || (!damage && !commitpending)
Nat Duca
Comment 2 2012-02-01 07:15:09 PST
Looks like I fixed this elsewhere. *** This bug has been marked as a duplicate of bug 76149 ***
Note You need to log in before you can comment on or make changes to this bug.