Index: ui/gl/gl_surface_egl.cc |
diff --git a/ui/gl/gl_surface_egl.cc b/ui/gl/gl_surface_egl.cc |
index 0e36a6aa41c960e7368eea7a59f32883611338f0..0dfa4de47b4e558296adeba29a06f6dba3fbc68f 100644 |
--- a/ui/gl/gl_surface_egl.cc |
+++ b/ui/gl/gl_surface_egl.cc |
@@ -338,6 +338,10 @@ gfx::Size NativeViewGLSurfaceEGL::GetSize() { |
return gfx::Size(width, height); |
} |
+bool NativeViewGLSurfaceEGL::Resize(const gfx::Size& size) { |
+ return size == GetSize(); |
+} |
+ |
EGLSurface NativeViewGLSurfaceEGL::GetHandle() { |
return surface_; |
} |