Index: app/gfx/gl/gl_context_egl.h |
=================================================================== |
--- app/gfx/gl/gl_context_egl.h (revision 66779) |
+++ app/gfx/gl/gl_context_egl.h (working copy) |
@@ -51,6 +51,7 @@ |
virtual bool IsCurrent(); |
virtual bool IsOffscreen(); |
virtual bool SwapBuffers(); |
+ virtual void SetSize(gfx::Size); |
virtual gfx::Size GetSize(); |
virtual void* GetHandle(); |
virtual void SetSwapInterval(int interval); |