| Index: src/effects/SkMatrixConvolutionImageFilter.cpp
|
| diff --git a/src/effects/SkMatrixConvolutionImageFilter.cpp b/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| index 1f60a492b25acd02b838e5b7457fe07fcb8830c7..37ca2fa141cae500dc19809c28ecd1e2dc6273ae 100644
|
| --- a/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| +++ b/src/effects/SkMatrixConvolutionImageFilter.cpp
|
| @@ -561,7 +561,7 @@ GrEffectRef* GrMatrixConvolutionEffect::TestCreate(SkMWCRandom* random,
|
|
|
| bool SkMatrixConvolutionImageFilter::asNewEffect(GrEffectRef** effect,
|
| GrTexture* texture,
|
| - const SkIPoint&) const {
|
| + const SkMatrix&) const {
|
| if (!effect) {
|
| return fKernelSize.width() * fKernelSize.height() <= MAX_KERNEL_SIZE;
|
| }
|
|
|