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

Unified Diff: cc/debug/test_context_provider.h

Issue 53633003: Do not give GPU memory to backgrounded compositors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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') | cc/trees/layer_tree_host_unittest_damage.cc » ('J')
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 ab753102730cbc26a2078b3dd02555a9cffa7278..670d267600dd32af0869753d9cc9d0261584fbc3 100644
--- a/cc/debug/test_context_provider.h
+++ b/cc/debug/test_context_provider.h
@@ -49,8 +49,7 @@ class CC_EXPORT TestContextProvider
// makeContextCurrent on the context returned from this method.
TestWebGraphicsContext3D* UnboundTestContext3d();
- void SetMemoryAllocation(const ManagedMemoryPolicy& policy,
- bool discard_backbuffer_when_not_visible);
+ void SetMemoryAllocation(const ManagedMemoryPolicy& policy);
void SetMaxTransferBufferUsageBytes(size_t max_transfer_buffer_usage_bytes);
« no previous file with comments | « no previous file | cc/debug/test_context_provider.cc » ('j') | cc/trees/layer_tree_host_unittest_damage.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698