| Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| index 7ebc5e81f715fa52e39ebd35167daf85e2d8e42d..60300d4dcdd94f1668553346076dfa4ac2d608e0 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -18,6 +18,7 @@ namespace gpu {
|
| class ContextSupport;
|
|
|
| namespace gles2 {
|
| +class GLES2Interface;
|
| class GLES2Implementation;
|
| }
|
| }
|
| @@ -553,6 +554,7 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
|
|
| virtual GrGLInterface* createGrGLInterface();
|
|
|
| + ::gpu::gles2::GLES2Interface* GetGLInterface();
|
| ::gpu::ContextSupport* GetContextSupport();
|
|
|
| private:
|
|
|