| Index: content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| diff --git a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| index 25585c0194beb6c4e950aedca7fd9b0ff595d066..f16af94c5a426a68f9deacae46d9865d436e0fef 100644
|
| --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -74,6 +74,8 @@ class WebGraphicsContext3DCommandBufferImpl
|
|
|
| virtual void reshape(int width, int height);
|
|
|
| + virtual void setVisibility(bool visible);
|
| +
|
| 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);
|
|
|