| Index: include/effects/SkColorMatrixFilter.h
|
| diff --git a/include/effects/SkColorMatrixFilter.h b/include/effects/SkColorMatrixFilter.h
|
| index 3edf791f06bd263198f14a8d24825dc25b11c4dc..7ffbf117cb21e528c0a966e02c9813498c7af3dc 100644
|
| --- a/include/effects/SkColorMatrixFilter.h
|
| +++ b/include/effects/SkColorMatrixFilter.h
|
| @@ -29,7 +29,6 @@
|
| static SkColorFilter* CreateLightingFilter(SkColor mul, SkColor add);
|
|
|
| void filterSpan(const SkPMColor src[], int count, SkPMColor[]) const override;
|
| - void filterSpan4f(const SkPM4f src[], int count, SkPM4f[]) const override;
|
| uint32_t getFlags() const override;
|
| bool asColorMatrix(SkScalar matrix[20]) const override;
|
| SkColorFilter* newComposed(const SkColorFilter*) const override;
|
|
|