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(); |