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

Unified Diff: cc/output/context_provider.h

Issue 22900018: cc: Set the mapped memory reclaim limit for the renderer compositor on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 7 years, 4 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/output/context_provider.cc » ('j') | cc/resources/pixel_buffer_raster_worker_pool.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/context_provider.h
diff --git a/cc/output/context_provider.h b/cc/output/context_provider.h
index 3aae7eb0de31ccebc0d0ddd2935617cfea038f7a..244e4f8fab1afa6da5a86b75e2331e26e890a14d 100644
--- a/cc/output/context_provider.h
+++ b/cc/output/context_provider.h
@@ -42,6 +42,7 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
bool texture_rectangle;
bool texture_storage;
bool texture_usage;
+ size_t max_transfer_buffer_usage_bytes;
CC_EXPORT Capabilities();
};
« no previous file with comments | « no previous file | cc/output/context_provider.cc » ('j') | cc/resources/pixel_buffer_raster_worker_pool.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698