| 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 d8f988a8ecb39571ac2592e471669efc977771b2..5110ee4b1fc396f4d5b104fe6f607693cd6702dc 100644
|
| --- a/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -603,6 +603,9 @@ class WebGraphicsContext3DCommandBufferImpl
|
| virtual WebGLId createStreamTextureCHROMIUM(WebGLId texture);
|
| virtual void destroyStreamTextureCHROMIUM(WebGLId texture);
|
|
|
| + virtual void* mapBufferCHROMIUM(WGC3Denum target, WGC3Denum access);
|
| + virtual WGC3Dboolean unmapBufferCHROMIUM(WGC3Denum target);
|
| +
|
| protected:
|
| virtual GrGLInterface* onCreateGrGLInterface();
|
|
|
|
|