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

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: upload failed. trying again.. 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..1972134b1a8584a05dd175502c32b272d0233cd2 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 startMoreUpdates(double monotonicTimeLimit);
nduca 2012/09/17 20:19:52 processMoreUpdates/performMoreUpdates.
+ 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