| Index: cc/test/test_context_provider.h
|
| diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h
|
| index 82b3e612d681344d71d0dbf603f51dcfc8f437a7..1618464b1c09340696c74de8c3b4844129cbc00f 100644
|
| --- a/cc/test/test_context_provider.h
|
| +++ b/cc/test/test_context_provider.h
|
| @@ -56,8 +56,6 @@ class TestContextProvider : public ContextProvider {
|
|
|
| void SetMemoryAllocation(const ManagedMemoryPolicy& policy);
|
|
|
| - void SetMaxTransferBufferUsageBytes(size_t max_transfer_buffer_usage_bytes);
|
| -
|
| protected:
|
| explicit TestContextProvider(scoped_ptr<TestWebGraphicsContext3D> context);
|
| ~TestContextProvider() override;
|
|
|