Bug 75560

Summary: [chromium] Turn off FrameRateController when idle
Product: WebKit Reporter: Nat Duca <nduca>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: aelias, husky, klobag, nduca
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.