Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h |
=================================================================== |
--- content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h (revision 96380) |
+++ content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h (working copy) |
@@ -68,8 +68,9 @@ |
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 bind_default_framebuffer); |
+ virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size, |
WebGLId framebuffer, int width, int height); |
virtual WebGLId getPlatformTextureId(); |