| Index: webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| index eb7cc5d921fcfadbf5e983504600c0b0465b8956..6a1f5b3659325db700b7d6efbf67bdcedf6c8be5 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| @@ -69,6 +69,8 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
|
|
|
| virtual void reshape(int width, int height);
|
|
|
| + virtual void setVisibility(bool visible);
|
| +
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t bufferSize);
|
| virtual bool readBackFramebuffer(unsigned char* pixels, size_t buffer_size,
|
| WebGLId framebuffer, int width, int height);
|
|
|