Index: include/effects/SkMatrixConvolutionImageFilter.h |
diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h |
index a4abb0d0cf3d9ef4de83edebd1c026147c59e700..092af08f0c84f4a81ecda9b1f074dfe09b7cffa9 100644 |
--- a/include/effects/SkMatrixConvolutionImageFilter.h |
+++ b/include/effects/SkMatrixConvolutionImageFilter.h |
@@ -80,7 +80,7 @@ protected: |
bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&, |
SkBitmap* result, SkIPoint* loc) const override; |
SkIRect onFilterNodeBounds(const SkIRect&, const SkMatrix&, MapDirection) const override; |
- bool canComputeFastBounds() const override; |
+ bool affectsTransparentBlack() const override; |
#if SK_SUPPORT_GPU |
bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&, |