Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h |
diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
index 0817e4a0aa531483a9d5cd8f06a9a79ff39d04e9..4987fac38fad7674d48a8eccbc47d7e2fcc194af 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
@@ -82,6 +82,7 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D { |
virtual WebGLId getPlatformTextureId(); |
virtual void prepareTexture(); |
+ virtual void postSubBufferCHROMIUM(int x, int y, int width, int height); |
virtual void synthesizeGLError(WGC3Denum error); |
virtual void* mapBufferSubDataCHROMIUM(WGC3Denum target, WGC3Dintptr offset, |