| Index: content/common/gpu/stream_texture_android.cc
|
| diff --git a/content/common/gpu/stream_texture_android.cc b/content/common/gpu/stream_texture_android.cc
|
| index 84a0d1fa64223664b8c9fb6e41e062820ee38e1b..9043f02261ca23fe72868309a19fc2ef35c01aca 100644
|
| --- a/content/common/gpu/stream_texture_android.cc
|
| +++ b/content/common/gpu/stream_texture_android.cc
|
| @@ -236,8 +236,10 @@ bool StreamTexture::CopyTexSubImage(unsigned target,
|
| bool StreamTexture::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;
|
| }
|
|
|