Index: include/effects/SkPaintImageFilter.h |
diff --git a/include/effects/SkPaintImageFilter.h b/include/effects/SkPaintImageFilter.h |
index 2876c0431b4483bbc535dedcaca1b64f9672be8f..35a76b80fbf492485ac889ad518c0efc872f050b 100644 |
--- a/include/effects/SkPaintImageFilter.h |
+++ b/include/effects/SkPaintImageFilter.h |
@@ -26,7 +26,7 @@ public: |
return sk_sp<SkImageFilter>(new SkPaintImageFilter(paint, cropRect)); |
} |
- bool canComputeFastBounds() const override; |
+ bool affectsTransparentBlack() const override; |
SK_TO_STRING_OVERRIDE() |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkPaintImageFilter) |