diff options
Diffstat (limited to 'content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h')
-rw-r--r-- | content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h index d5871ce..6b052aa 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); |