Chromium Code Reviews| Index: ui/gl/gl_image_memory.h |
| diff --git a/ui/gl/gl_image_memory.h b/ui/gl/gl_image_memory.h |
| index 6fd87b3fee630dcfc0d88704ba1f887b374300f3..750a2f7826431a6eea719c960fa7a955ffa039e4 100644 |
| --- a/ui/gl/gl_image_memory.h |
| +++ b/ui/gl/gl_image_memory.h |
| @@ -41,6 +41,7 @@ class GL_EXPORT GLImageMemory : public GLImage { |
| const gfx::RectF& crop_rect) override; |
| static unsigned GetInternalFormatForTesting(gfx::BufferFormat format); |
| + void Flush() override {} |
| protected: |
| ~GLImageMemory() override; |