| Index: content/common/gpu/client/gl_helper.h
|
| diff --git a/content/common/gpu/client/gl_helper.h b/content/common/gpu/client/gl_helper.h
|
| index 2be3f5ae21068c2d9e6836284d4737354dba7856..246d73033c0b8b6e5261a69d3384ddbe4e58bd4e 100644
|
| --- a/content/common/gpu/client/gl_helper.h
|
| +++ b/content/common/gpu/client/gl_helper.h
|
| @@ -315,8 +315,7 @@ class CONTENT_EXPORT GLHelper {
|
| // |use_mrt| is true, the pipeline will try to optimize the YUV conversion
|
| // using the multi-render-target extension. |use_mrt| should only be set to
|
| // false for testing.
|
| - ReadbackYUVInterface* CreateReadbackPipelineYUV(ScalerQuality quality,
|
| - const gfx::Size& src_size,
|
| + ReadbackYUVInterface* CreateReadbackPipelineYUV(const gfx::Size& src_size,
|
| const gfx::Rect& src_subrect,
|
| const gfx::Size& dst_size,
|
| bool flip_vertically,
|
|
|