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 6330a348d899dd4ace1d011b74c86e331b2c6cf3..d100522c38b3894c58f05a14e40be81a1d88ea70 100644 |
--- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
+++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
@@ -70,6 +70,8 @@ class WebGraphicsContext3DInProcessCommandBufferImpl |
virtual void reshape(int width, int height); |
virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size); |
+ virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size, |
+ WebGLId framebuffer, int width, int height); |
virtual WebGLId getPlatformTextureId(); |
virtual void prepareTexture(); |