Index: ui/gl/gl_surface_egl.h |
diff --git a/ui/gl/gl_surface_egl.h b/ui/gl/gl_surface_egl.h |
index 45396d4722998289f1a2ce3af277235eb813965d..f14f4e657589394f09c83372041694e2c46386f5 100644 |
--- a/ui/gl/gl_surface_egl.h |
+++ b/ui/gl/gl_surface_egl.h |
@@ -102,6 +102,7 @@ class GL_EXPORT NativeViewGLSurfaceEGL : public GLSurfaceEGL { |
const Rect& bounds_rect, |
const RectF& crop_rect) override; |
bool FlipsVertically() const override; |
+ bool BuffersFlipped() const override; |
// Create a NativeViewGLSurfaceEGL with an externally provided VSyncProvider. |
// Takes ownership of the VSyncProvider. |