| 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 48e7d9a97dc0abed40736e526766935643285350..040ddd8562fe3e88810fc567393170f3393c3c48 100644
|
| --- a/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| +++ b/content/renderer/gpu/webgraphicscontext3d_command_buffer_impl.h
|
| @@ -73,6 +73,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);
|
|
|