| 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..c39359ffc59abc15d7aefcf20b20e47a28aae52d 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -70,6 +70,9 @@ 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, int width,
|
| + int height, size_t bufferSize,
|
| + WebGLId framebuffer);
|
|
|
| virtual WebGLId getPlatformTextureId();
|
| virtual void prepareTexture();
|
|
|