| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index a19633b7ab64fdcd9ea8a38d558886bba5f3e75c..0fc895c56ddac7c31ee1d91bdc75c3dca9829b9d 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -244,11 +244,12 @@ public:
|
| #endif
|
|
|
| /**
|
| - * Create an SkMatrixImageFilter, which transforms its input by the given matrix.
|
| + * Return an imagefilter which transforms its input by the given matrix.
|
| */
|
| static sk_sp<SkImageFilter> MakeMatrixFilter(const SkMatrix& matrix,
|
| - SkFilterQuality,
|
| + SkFilterQuality quality,
|
| sk_sp<SkImageFilter> input);
|
| +
|
| #ifdef SK_SUPPORT_LEGACY_IMAGEFILTER_PTR
|
| static SkImageFilter* CreateMatrixFilter(const SkMatrix& matrix,
|
| SkFilterQuality filterQuality,
|
|
|