diff options
Diffstat (limited to 'ui/gfx/gl/gl_surface_egl.h')
-rw-r--r-- | ui/gfx/gl/gl_surface_egl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gfx/gl/gl_surface_egl.h b/ui/gfx/gl/gl_surface_egl.h index 7967f8e..2ebe276 100644 --- a/ui/gfx/gl/gl_surface_egl.h +++ b/ui/gfx/gl/gl_surface_egl.h @@ -65,7 +65,7 @@ class NativeViewGLSurfaceEGL : public GLSurfaceEGL { virtual bool SwapBuffers(); virtual gfx::Size GetSize(); virtual EGLSurface GetHandle(); - virtual bool SupportsPostSubBuffer(); + virtual std::string GetExtensions(); virtual bool PostSubBuffer(int x, int y, int width, int height); private: |