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

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: rebase Created 7 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 | « cc/debug/test_web_graphics_context_3d.cc ('k') | cc/output/context_provider.cc » ('j') | no next file with comments »
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 eb3ac0cbc698f7a52e64aec5e6f4e18d10437194..0e21a3e6bba6c6a212d3442c125cb6985975ee32 100644
--- a/cc/output/context_provider.h
+++ b/cc/output/context_provider.h
@@ -43,6 +43,7 @@ class ContextProvider : public base::RefCountedThreadSafe<ContextProvider> {
bool texture_storage;
bool texture_usage;
bool discard_framebuffer;
+ size_t max_transfer_buffer_usage_bytes;
CC_EXPORT Capabilities();
};
« no previous file with comments | « cc/debug/test_web_graphics_context_3d.cc ('k') | cc/output/context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698