Chromium Code Reviews| Index: ui/gl/gl_surface_egl.h |
| =================================================================== |
| --- ui/gl/gl_surface_egl.h (revision 195901) |
| +++ ui/gl/gl_surface_egl.h (working copy) |
| @@ -60,6 +60,7 @@ |
| virtual bool Initialize() OVERRIDE; |
| virtual void Destroy() OVERRIDE; |
| virtual bool Resize(const gfx::Size& size) OVERRIDE; |
| + virtual bool Recreate() OVERRIDE; |
| virtual bool IsOffscreen() OVERRIDE; |
| virtual bool SwapBuffers() OVERRIDE; |
| virtual gfx::Size GetSize() OVERRIDE; |