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
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
!visible || (!damage && !commitpending)
Nat Duca
Looks like I fixed this elsewhere.
*** This bug has been marked as a duplicate of bug 76149 ***