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

Unified Diff: cc/resource_provider.h

Issue 12284013: Shrink texture uploader when not visible. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename Created 7 years, 10 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 | « cc/gl_renderer.cc ('k') | cc/resource_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/resource_provider.h
diff --git a/cc/resource_provider.h b/cc/resource_provider.h
index 70d4ad1a251a6d21893dcb9425aa3c64b82efdbc..5b31139bdee2748d7afe8febd68db9ac9b609831 100644
--- a/cc/resource_provider.h
+++ b/cc/resource_provider.h
@@ -99,6 +99,7 @@ public:
void markPendingUploadsAsNonBlocking();
double estimatedUploadsPerSecond();
void flushUploads();
+ void releaseCachedData();
// Flush all context operations, kicking uploads and ensuring ordering with
// respect to other contexts.
« no previous file with comments | « cc/gl_renderer.cc ('k') | cc/resource_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698