| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| index d5871ce50a9985901324721010611a66b4d257ca..6b052aa49a02759703b5eca6efbbf049ccdcddcd 100644
|
| --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -79,6 +79,7 @@ class WebGraphicsContext3DCommandBufferImpl
|
|
|
| virtual WebGLId getPlatformTextureId();
|
| virtual void prepareTexture();
|
| + virtual void postSubBufferCHROMIUM(int x, int y, int width, int height);
|
|
|
| virtual void activeTexture(WGC3Denum texture);
|
| virtual void attachShader(WebGLId program, WebGLId shader);
|
|
|