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

Unified Diff: cc/CCThreadProxy.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
Index: cc/CCThreadProxy.h
diff --git a/cc/CCThreadProxy.h b/cc/CCThreadProxy.h
index 0e26168fcf8a5c99bfc60c06550f5f28984ae838..a4c802a198c99947eb44d7e2ffa664d348c6bcb4 100644
--- a/cc/CCThreadProxy.h
+++ b/cc/CCThreadProxy.h
@@ -72,7 +72,7 @@ public:
virtual void scheduledActionAcquireLayerTexturesForMainThread() OVERRIDE;
// CCTextureUpdateControllerClient implementation
- virtual void updateTexturesCompleted() OVERRIDE;
+ virtual void readyToFinalizeTextureUpdates() OVERRIDE;
private:
explicit CCThreadProxy(CCLayerTreeHost*);

Powered by Google App Engine
This is Rietveld 408576698