| Index: include/effects/SkMatrixConvolutionImageFilter.h
|
| diff --git a/include/effects/SkMatrixConvolutionImageFilter.h b/include/effects/SkMatrixConvolutionImageFilter.h
|
| index 7a2026c86b40ffdb0c1ce13a2b3f66c5d1712010..40ebe20292c432066a95a3670efbb4d501db7164 100644
|
| --- a/include/effects/SkMatrixConvolutionImageFilter.h
|
| +++ b/include/effects/SkMatrixConvolutionImageFilter.h
|
| @@ -77,8 +77,8 @@ protected:
|
| const CropRect* cropRect);
|
| void flatten(SkWriteBuffer&) const override;
|
|
|
| - bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| - SkBitmap* result, SkIPoint* loc) const override;
|
| + bool onFilterImageDeprecated(Proxy*, const SkBitmap& src, const Context&,
|
| + SkBitmap* result, SkIPoint* loc) const override;
|
| void onFilterNodeBounds(const SkIRect&, const SkMatrix&, SkIRect*, MapDirection) const override;
|
| bool canComputeFastBounds() const override;
|
|
|
|
|