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

Unified Diff: cc/CCTextureUpdateController.h

Issue 10947017: Enable removing uploads to evicted textures from texture upload queues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate review feedback 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/CCTextureUpdateController.h
diff --git a/cc/CCTextureUpdateController.h b/cc/CCTextureUpdateController.h
index de928e4e64a8722d1af3eb3d6bcd9bc562019742..a1cccd711df55a5f12b986a87b16587eeff9f9e8 100644
--- a/cc/CCTextureUpdateController.h
+++ b/cc/CCTextureUpdateController.h
@@ -34,6 +34,9 @@ public:
virtual ~CCTextureUpdateController();
+ // Discard uploads to textures that were evicted on the impl thread.
+ void discardUploadsToEvictedResources();
+
void performMoreUpdates(double monotonicTimeLimit);
void finalize();

Powered by Google App Engine
This is Rietveld 408576698