| Index: cc/test/test_context_provider.h
|
| diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h
|
| index d2a0db137e3f8a4d8019ae338b17301020199818..68f738281626f40150e67fdb46943505416d1544 100644
|
| --- a/cc/test/test_context_provider.h
|
| +++ b/cc/test/test_context_provider.h
|
| @@ -32,7 +32,6 @@ class TestContextProvider : public ContextProvider {
|
| virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
|
| virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
|
| virtual class GrContext* GrContext() OVERRIDE;
|
| - virtual void MakeGrContextCurrent() OVERRIDE;
|
| virtual bool IsContextLost() OVERRIDE;
|
| virtual void VerifyContexts() OVERRIDE;
|
| virtual bool DestroyedOnMainThread() OVERRIDE;
|
|
|