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

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: Remove using directive and add comment about uploader being busy 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') | cc/CCTextureUpdateController.cpp » ('J')
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..43433cc2f6f0e282941fa0584685faf737227ad2 100644
--- a/cc/CCTextureUpdateController.h
+++ b/cc/CCTextureUpdateController.h
@@ -36,6 +36,7 @@ public:
virtual ~CCTextureUpdateController();
void updateMoreTextures(double monotonicTimeLimit);
+ void updateAllTexturesNow();
// CCTimerClient implementation.
virtual void onTimerFired() OVERRIDE;
« no previous file with comments | « no previous file | cc/CCTextureUpdateController.cpp » ('j') | cc/CCTextureUpdateController.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698