| 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 6bb892648de0e343350528cde2996a644d97e1a3..013fc082c6675fc1338524136300f356f67c526b 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_impl.h
|
| @@ -76,8 +76,6 @@ 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);
|
| @@ -100,6 +98,9 @@ class WebGraphicsContext3DInProcessImpl : public WebGraphicsContext3D {
|
| WGC3Denum type,
|
| WGC3Denum access);
|
| virtual void unmapTexSubImage2DCHROMIUM(const void*);
|
| +
|
| + virtual void setVisibilityCHROMIUM(bool visible);
|
| +
|
| virtual void copyTextureToParentTextureCHROMIUM(
|
| WebGLId texture, WebGLId parentTexture);
|
|
|
|
|