| 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 01bf4790789704c260dad4cc0bad632c44dc960d..3e5c63f22ea893b21f0fee81b4d627a0342546e9 100644
|
| --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -80,6 +80,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);
|
|
|