Index: ui/gfx/gl/gl_surface_glx.h |
diff --git a/ui/gfx/gl/gl_surface_glx.h b/ui/gfx/gl/gl_surface_glx.h |
index 7784a79f1ac474fdd92176fdc491784e2b13005b..f880b663af9d02aac89c5d5e65ff7d14fa984145 100644 |
--- a/ui/gfx/gl/gl_surface_glx.h |
+++ b/ui/gfx/gl/gl_surface_glx.h |
@@ -53,6 +53,8 @@ class GL_EXPORT NativeViewGLSurfaceGLX : public GLSurfaceGLX { |
virtual gfx::Size GetSize(); |
virtual void* GetHandle(); |
virtual void* GetConfig(); |
+ virtual bool SupportsPostSubBuffer(); |
+ virtual bool PostSubBuffer(int x, int y, int width, int height); |
protected: |
NativeViewGLSurfaceGLX(); |