| 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 81e3aa04ed7f3233eacd706f454bd714ec9a75d9..4169c8b6da41312080bb9ed22d0ac60f100a74a0 100644
|
| --- a/content/common/gpu/client/gl_helper.h
|
| +++ b/content/common/gpu/client/gl_helper.h
|
| @@ -173,7 +173,8 @@ class CONTENT_EXPORT GLHelper {
|
| const gfx::Size& dst_size,
|
| unsigned char* out,
|
| const SkBitmap::Config config,
|
| - const base::Callback<void(bool)>& callback);
|
| + const base::Callback<void(bool)>& callback,
|
| + GLHelper::ScalerQuality quality);
|
|
|
| // Copies the block of pixels specified with |src_subrect| from |src_mailbox|,
|
| // scales it to |dst_size|, and writes it into |out|.
|
| @@ -192,7 +193,8 @@ class CONTENT_EXPORT GLHelper {
|
| const gfx::Size& dst_size,
|
| unsigned char* out,
|
| const SkBitmap::Config config,
|
| - const base::Callback<void(bool)>& callback);
|
| + const base::Callback<void(bool)>& callback,
|
| + GLHelper::ScalerQuality quality);
|
|
|
| // Copies the texture data out of |texture| into |out|. |size| is the
|
| // size of the texture. No post processing is applied to the pixels. The
|
|
|