Index: ui/gl/gl_image_io_surface.h |
diff --git a/ui/gl/gl_image_io_surface.h b/ui/gl/gl_image_io_surface.h |
index bf9ae8dd68d682076973ee0652faf067d9d234a9..3aa1ece297e6d8c1d455b972c2713fcfdea6fe7e 100644 |
--- a/ui/gl/gl_image_io_surface.h |
+++ b/ui/gl/gl_image_io_surface.h |
@@ -60,6 +60,7 @@ class GL_EXPORT GLImageIOSurface : public GLImage { |
uint64_t process_tracing_id, |
const std::string& dump_name) override; |
bool EmulatingRGB() const override; |
+ void Flush() override {} |
gfx::GenericSharedMemoryId io_surface_id() const { return io_surface_id_; } |
base::ScopedCFTypeRef<IOSurfaceRef> io_surface(); |