| Index: ui/gfx/gl/gl_surface_egl.h
|
| diff --git a/ui/gfx/gl/gl_surface_egl.h b/ui/gfx/gl/gl_surface_egl.h
|
| index 352c052873f3ca0ca68f604239836219f457b181..60699fee5cfc2141ca9f01a247cff939f302001c 100644
|
| --- a/ui/gfx/gl/gl_surface_egl.h
|
| +++ b/ui/gfx/gl/gl_surface_egl.h
|
| @@ -63,7 +63,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:
|
|
|