| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index ef5ff72494be842773b129aedeeccd85441f6d59..09a3acf31a8579797dc3a951deab841d9f33af1f 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -79,7 +79,7 @@ protected:
|
|
|
| bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| SkBitmap* result, SkIPoint* loc) const override;
|
| - bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) const override;
|
| + void onFilterNodeBounds(const SkIRect&, const SkMatrix&, SkIRect*, MapDirection) const override;
|
| bool canComputeFastBounds() const override;
|
|
|
| #if SK_SUPPORT_GPU
|
|
|