| 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..17d6dfbd51f0159c13e965e34d90503f1cf23e68 100644
|
| --- a/ui/gl/gl_image_stub.h
|
| +++ b/ui/gl/gl_image_stub.h
|
| @@ -32,6 +32,7 @@ class GL_EXPORT GLImageStub : public GLImage {
|
| gfx::OverlayTransform transform,
|
| const gfx::Rect& bounds_rect,
|
| const gfx::RectF& crop_rect) override;
|
| + void Flush() override {}
|
| void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd,
|
| uint64_t process_tracing_id,
|
| const std::string& dump_name) override {}
|
|
|