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 {} |
reveman
2016/07/11 18:59:06
nit: move below ScheduleOverlayPlane
|
protected: |
~GLImageMemory() override; |