| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 76349f430c1b091e75318194676e517b5295d625..ef5ff72494be842773b129aedeeccd85441f6d59 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -80,7 +80,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;
|
| -
|
| + bool canComputeFastBounds() const override;
|
|
|
| #if SK_SUPPORT_GPU
|
| bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
|
|