Index: ui/gl/gl_image_io_surface.mm |
diff --git a/ui/gl/gl_image_io_surface.mm b/ui/gl/gl_image_io_surface.mm |
index dc03cd7b184ed7dc4038efefe9abee560f94cbdd..d8155c341501fe36e6c2707531bd2b0738ce2266 100644 |
--- a/ui/gl/gl_image_io_surface.mm |
+++ b/ui/gl/gl_image_io_surface.mm |
@@ -370,8 +370,10 @@ bool GLImageIOSurface::CopyTexSubImage(unsigned target, |
bool GLImageIOSurface::ScheduleOverlayPlane(gfx::AcceleratedWidget widget, |
int z_order, |
gfx::OverlayTransform transform, |
+ gfx::BufferFormat storage_format, |
const gfx::Rect& bounds_rect, |
- const gfx::RectF& crop_rect) { |
+ const gfx::RectF& crop_rect, |
+ bool handle_scaling) { |
NOTREACHED(); |
return false; |
} |