| Index: cc/test/test_context_provider.h
|
| diff --git a/cc/test/test_context_provider.h b/cc/test/test_context_provider.h
|
| index 81167c6f539a93ee595bd03312acffe067f92325..d7e1bac2ded648b9d43fbc7cfea344be9f10b985 100644
|
| --- a/cc/test/test_context_provider.h
|
| +++ b/cc/test/test_context_provider.h
|
| @@ -11,11 +11,11 @@
|
| #include "base/threading/thread_checker.h"
|
| #include "cc/output/context_provider.h"
|
| #include "cc/test/test_context_support.h"
|
| -#include "gpu/command_buffer/client/gles2_interface_stub.h"
|
|
|
| namespace blink { class WebGraphicsContext3D; }
|
|
|
| namespace cc {
|
| +class TestGLES2Interface;
|
| class TestWebGraphicsContext3D;
|
|
|
| class TestContextProvider : public cc::ContextProvider {
|
| @@ -64,7 +64,7 @@ class TestContextProvider : public cc::ContextProvider {
|
| TestContextSupport support_;
|
|
|
| scoped_ptr<TestWebGraphicsContext3D> context3d_;
|
| - gpu::gles2::GLES2InterfaceStub context_gl_stub_;
|
| + scoped_ptr<TestGLES2Interface> context_gl_stub_;
|
| bool bound_;
|
|
|
| base::ThreadChecker main_thread_checker_;
|
|
|