| Index: content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| index e2caa07dae409bade5ac8baf535be061bd606001..c8cde90780ea5a6c3f4553a6489faca86a068266 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -592,6 +592,9 @@ class WebGraphicsContext3DCommandBufferImpl
|
| virtual WGC3Dboolean isVertexArrayOES(WebGLId array);
|
| virtual void bindVertexArrayOES(WebGLId array);
|
|
|
| + virtual void bindTexImage2DCHROMIUM(WGC3Denum target, WGC3Dint image_id);
|
| + virtual void releaseTexImage2DCHROMIUM(WGC3Denum target, WGC3Dint image_id);
|
| +
|
| protected:
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
|
|
|
|