| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| index 9a65ae914d9f7dcfb9b6ceb6a4764093707995ce..1ba86244890184a6addcbccc44498b24be886328 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -77,6 +77,7 @@ class WebGraphicsContext3DInProcessCommandBufferImpl
|
|
|
| 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);
|
|
|