Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2548)

Unified Diff: cc/CCTextureUpdateController.h

Issue 10917265: cc: Remove partial texture updates from scheduler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: s/startMoreUpdates/performMoreUpdates/ Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/CCTextureUpdateController.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCTextureUpdateController.h
diff --git a/cc/CCTextureUpdateController.h b/cc/CCTextureUpdateController.h
index 76f81a007eebe92227bbb79180091d07f8859a72..61e0f6ce3257333449bbafb313b95ebf22be5116 100644
--- a/cc/CCTextureUpdateController.h
+++ b/cc/CCTextureUpdateController.h
@@ -17,7 +17,7 @@ class TextureUploader;
class CCTextureUpdateControllerClient {
public:
- virtual void updateTexturesCompleted() = 0;
+ virtual void readyToFinalizeTextureUpdates() = 0;
protected:
virtual ~CCTextureUpdateControllerClient() { }
@@ -35,7 +35,8 @@ public:
virtual ~CCTextureUpdateController();
- void updateMoreTextures(double monotonicTimeLimit);
+ void performMoreUpdates(double monotonicTimeLimit);
+ void finalize();
// CCTimerClient implementation.
virtual void onTimerFired() OVERRIDE;
« no previous file with comments | « no previous file | cc/CCTextureUpdateController.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698