Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h |
=================================================================== |
--- webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (revision 96380) |
+++ webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h (working copy) |
@@ -69,7 +69,7 @@ |
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, bool bindDefaultBackbuffer); |
virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size, |
WebGLId framebuffer, int width, int height); |