Index: Source/WebKit/chromium/public/WebGraphicsContext3D.h |
=================================================================== |
--- Source/WebKit/chromium/public/WebGraphicsContext3D.h (revision 99500) |
+++ Source/WebKit/chromium/public/WebGraphicsContext3D.h (working copy) |
@@ -140,6 +140,9 @@ |
// Resizes the region into which this WebGraphicsContext3D is drawing. |
virtual void reshape(int width, int height) = 0; |
+ // GL_CHROMIUM_setVisibility - Changes the visibility of the backbuffer |
+ virtual void setVisibilityCHROMIUM(bool visible) { } |
+ |
// Query whether it is built on top of compliant GLES2 implementation. |
virtual bool isGLES2Compliant() = 0; |