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 65bf9cbf17c4c9e3a41a4e585e23373d4a8d9cf2..21e5e3e22548d069a0f6a44b040cc17e2bc17c80 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h |
@@ -70,6 +70,8 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D { |
virtual void reshape(int width, int height); |
virtual bool readBackFramebuffer(unsigned char* pixels, size_t bufferSize); |
+ virtual bool readBackFramebuffer(unsigned char* pixels, int width, int height, |
+ size_t bufferSize, WebGLId framebuffer); |
virtual WebGLId getPlatformTextureId(); |
virtual void prepareTexture(); |