Index: ui/gfx/gl/gl_surface.h |
diff --git a/ui/gfx/gl/gl_surface.h b/ui/gfx/gl/gl_surface.h |
index 831836872d89727d12bb3084e41b9918ccd1371d..e5b01b3cce32bbfbf4f74057990991b6b8f7f005 100644 |
--- a/ui/gfx/gl/gl_surface.h |
+++ b/ui/gfx/gl/gl_surface.h |
@@ -116,6 +116,8 @@ class GL_EXPORT GLSurfaceAdapter : public GLSurface { |
virtual bool Resize(const gfx::Size& size) OVERRIDE; |
virtual bool IsOffscreen() OVERRIDE; |
virtual bool SwapBuffers() OVERRIDE; |
+ virtual bool PostSubBuffer(int x, int y, int width, int height) OVERRIDE; |
+ virtual std::string GetExtensions() OVERRIDE; |
virtual gfx::Size GetSize() OVERRIDE; |
virtual void* GetHandle() OVERRIDE; |
virtual unsigned int GetBackingFrameBufferObject() OVERRIDE; |