Index: ui/gl/gl_image_surface_texture.cc |
diff --git a/ui/gl/gl_image_surface_texture.cc b/ui/gl/gl_image_surface_texture.cc |
index e47392d8be0fc49ace841192670075475747c54b..ecfc5be5fb977aa282ffad0308ee53110c22c611 100644 |
--- a/ui/gl/gl_image_surface_texture.cc |
+++ b/ui/gl/gl_image_surface_texture.cc |
@@ -93,8 +93,10 @@ bool GLImageSurfaceTexture::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) { |
return false; |
} |