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

Unified Diff: cc/debug/test_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 | « no previous file | cc/debug/test_context_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/test_context_provider.h
diff --git a/cc/debug/test_context_provider.h b/cc/debug/test_context_provider.h
index 0be90af7e56591eca5b0512343b53d8c0d4cd79a..0401fcf1ba8d8b0a60284e76c206901f18b0329b 100644
--- a/cc/debug/test_context_provider.h
+++ b/cc/debug/test_context_provider.h
@@ -52,6 +52,8 @@ class CC_EXPORT TestContextProvider
void SetMemoryAllocation(const ManagedMemoryPolicy& policy,
bool discard_backbuffer_when_not_visible);
+ void SetMaxTransferBufferUsageBytes(size_t max_transfer_buffer_usage_bytes);
+
protected:
TestContextProvider();
virtual ~TestContextProvider();
« no previous file with comments | « no previous file | cc/debug/test_context_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698