| Index: ui/gl/gl_image_ozone_native_pixmap.h
|
| diff --git a/ui/gl/gl_image_ozone_native_pixmap.h b/ui/gl/gl_image_ozone_native_pixmap.h
|
| index a9137739f310d3dd27266141ae4ca05264ec0958..68aadcb24d748cf9c4b65bc604e0d5616df7ad19 100644
|
| --- a/ui/gl/gl_image_ozone_native_pixmap.h
|
| +++ b/ui/gl/gl_image_ozone_native_pixmap.h
|
| @@ -29,6 +29,7 @@ class GL_EXPORT GLImageOzoneNativePixmap : public GLImageEGL {
|
| 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;
|
| @@ -41,6 +42,7 @@ class GL_EXPORT GLImageOzoneNativePixmap : public GLImageEGL {
|
| private:
|
| unsigned internalformat_;
|
| scoped_refptr<ui::NativePixmap> pixmap_;
|
| + bool has_image_flush_external_;
|
| };
|
|
|
| } // namespace gl
|
|
|