WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug