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 f76e98b4fad1a071e835225ccf1452c09c2835ab..38e5ea1b20dc058c82346fce51ca17d13b952402 100644 |
--- a/ui/gl/gl_image_ozone_native_pixmap.h |
+++ b/ui/gl/gl_image_ozone_native_pixmap.h |
@@ -23,8 +23,10 @@ class GL_EXPORT GLImageOzoneNativePixmap : public gl::GLImageEGL { |
bool ScheduleOverlayPlane(AcceleratedWidget widget, |
int z_order, |
OverlayTransform transform, |
+ gfx::BufferFormat storage_format, |
const Rect& bounds_rect, |
- const RectF& crop_rect) override; |
+ const RectF& crop_rect, |
+ bool handle_scaling) override; |
void OnMemoryDump(base::trace_event::ProcessMemoryDump* pmd, |
uint64_t process_tracing_id, |
const std::string& dump_name) override; |