Chromium Code Reviews| Index: ui/gl/gl_image_egl.h |
| diff --git a/ui/gl/gl_image_egl.h b/ui/gl/gl_image_egl.h |
| index 33f4de8ed89e81eb6f1aea1ac9372af486babf2e..e3422bdf97a5c4b21fe0f7012ffb237c9cf6affd 100644 |
| --- a/ui/gl/gl_image_egl.h |
| +++ b/ui/gl/gl_image_egl.h |
| @@ -34,6 +34,7 @@ class GL_EXPORT GLImageEGL : public GLImage { |
| gfx::OverlayTransform transform, |
| const gfx::Rect& bounds_rect, |
| const gfx::RectF& crop_rect) override; |
| + void Flush() override {} |
| protected: |
| ~GLImageEGL() override; |