Bug 86898 - [Chromium] Number of texture updates to perform per frame should be determined by CCScheduler.
Summary: [Chromium] Number of texture updates to perform per frame should be determine...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: David Reveman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-18 14:19 PDT by David Reveman
Modified: 2012-08-28 21:33 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Reveman 2012-05-18 14:19:27 PDT
CCProxy currently determines the number of texture updates to perform per frame. This forces timing related to updates to also live there when it really belongs in CCScheduler.