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