Index: ui/gl/gl_image_stub.h |
diff --git a/ui/gl/gl_image_stub.h b/ui/gl/gl_image_stub.h |
index 406dfa23fe828a88eca28ed1a4a1b538bc2daaf0..1fabf90691a26222471de227c929b7efc83791cf 100644 |
--- a/ui/gl/gl_image_stub.h |
+++ b/ui/gl/gl_image_stub.h |
@@ -35,6 +35,7 @@ class GL_EXPORT GLImageStub : public GLImage { |
void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd, |
uint64_t process_tracing_id, |
const std::string& dump_name) override {} |
+ void Flush() override {} |
reveman
2016/07/11 18:59:06
nit: move below ScheduleOverlayPlane
|
protected: |
~GLImageStub() override; |