| Index: webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| diff --git a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| index dc5598b5a6b4d9892ebdb9332fe66e62bae1a8dd..395ef63e4461ed95d78e8c963c58839986f8b0e5 100644
|
| --- a/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| +++ b/webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc
|
| @@ -1136,6 +1136,11 @@ GrGLInterface* WebGraphicsContext3DInProcessCommandBufferImpl::
|
| return CreateCommandBufferSkiaGLBinding();
|
| }
|
|
|
| +::gpu::gles2::GLES2Interface*
|
| +WebGraphicsContext3DInProcessCommandBufferImpl::GetGLInterface() {
|
| + return gl_;
|
| +}
|
| +
|
| ::gpu::ContextSupport*
|
| WebGraphicsContext3DInProcessCommandBufferImpl::GetContextSupport() {
|
| return gl_;
|
|
|