| Index: content/browser/compositor/gl_helper.h
|
| diff --git a/content/browser/compositor/gl_helper.h b/content/browser/compositor/gl_helper.h
|
| index ebfc1a33c0b2c75bcb4bd08bb18f551d65c61538..9e2839587402f287496e4fb2d4c399a9f1a42f2b 100644
|
| --- a/content/browser/compositor/gl_helper.h
|
| +++ b/content/browser/compositor/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,
|
|
|