| Index: content/common/gpu/client/context_provider_command_buffer.h
|
| diff --git a/content/common/gpu/client/context_provider_command_buffer.h b/content/common/gpu/client/context_provider_command_buffer.h
|
| index 5ee668ca79202bbb18179ae5d133e7425d224773..3644a6eca530dcb79e78cf5026ebf8c787301afd 100644
|
| --- a/content/common/gpu/client/context_provider_command_buffer.h
|
| +++ b/content/common/gpu/client/context_provider_command_buffer.h
|
| @@ -32,6 +32,7 @@ class CONTENT_EXPORT ContextProviderCommandBuffer
|
|
|
| virtual bool BindToCurrentThread() OVERRIDE;
|
| virtual WebGraphicsContext3DCommandBufferImpl* Context3d() OVERRIDE;
|
| + virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
|
| virtual gpu::ContextSupport* ContextSupport() OVERRIDE;
|
| virtual class GrContext* GrContext() OVERRIDE;
|
| virtual Capabilities ContextCapabilities() OVERRIDE;
|
|
|