Chromium Code Reviews| 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..e18bb09b349d3a2691701f5f42f06a39f684e9b1 100644 |
| --- a/ui/gl/gl_image_ozone_native_pixmap.h |
| +++ b/ui/gl/gl_image_ozone_native_pixmap.h |
| @@ -35,6 +35,8 @@ class GL_EXPORT GLImageOzoneNativePixmap : public GLImageEGL { |
| static unsigned GetInternalFormatForTesting(gfx::BufferFormat format); |
| + void Flush() override; |
|
reveman
2016/07/11 18:59:06
nit: move below ScheduleOverlayPlane
|
| + |
| protected: |
| ~GLImageOzoneNativePixmap() override; |