| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| ===================================================================
|
| --- webkit/gpu/webgraphicscontext3d_in_process_impl.h (revision 96380)
|
| +++ webkit/gpu/webgraphicscontext3d_in_process_impl.h (working copy)
|
| @@ -69,7 +69,7 @@
|
|
|
| virtual void reshape(int width, int height);
|
|
|
| - virtual bool readBackFramebuffer(unsigned char* pixels, size_t bufferSize);
|
| + virtual bool readBackFramebuffer(unsigned char* pixels, size_t bufferSize, bool bindDefaultFramebuffer);
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size,
|
| WebGLId framebuffer, int width, int height);
|
|
|
|
|