Index: cc/test/test_context_provider.h |
diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h |
index 2c64fe5c789c2c97812559201a048e8c31a6401c..749cade51d47db0e848c34e419975bacc9a361a2 100644 |
--- a/cc/test/test_context_provider.h |
+++ b/cc/test/test_context_provider.h |
@@ -47,8 +47,7 @@ class TestContextProvider : public cc::ContextProvider { |
// 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); |