| Index: src/core/SkMatrixImageFilter.h
|
| diff --git a/src/core/SkMatrixImageFilter.h b/src/core/SkMatrixImageFilter.h
|
| index 86734b629cfdc0ad95073d3bfad992080a23b055..09bfca9fe128782f9eea1a1f5ee3e25b58f25fe8 100644
|
| --- a/src/core/SkMatrixImageFilter.h
|
| +++ b/src/core/SkMatrixImageFilter.h
|
| @@ -46,8 +46,8 @@ protected:
|
|
|
| virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| SkBitmap* result, SkIPoint* loc) const override;
|
| - virtual bool onFilterBounds(const SkIRect& src, const SkMatrix&,
|
| - SkIRect* dst) const override;
|
| + virtual void onFilterNodeBounds(const SkIRect& src, const SkMatrix&,
|
| + SkIRect* dst, MapDirection) const override;
|
|
|
| private:
|
| SkMatrix fTransform;
|
|
|