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 fa1f82ae3af26ffe1ae8cedd25cb9fe502af2d2f..582e8733b6dec5b5eef8708d80141643fed39d9e 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
@@ -492,6 +492,9 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D { |
virtual void bindTexImage2DCHROMIUM(WGC3Denum target, WGC3Dint imageId); |
virtual void releaseTexImage2DCHROMIUM(WGC3Denum target, WGC3Dint imageId); |
+ virtual void* mapBufferCHROMIUM(WGC3Denum target, WGC3Denum access); |
+ virtual WGC3Dboolean unmapBufferCHROMIUM(WGC3Denum target); |
+ |
protected: |
virtual GrGLInterface* onCreateGrGLInterface(); |