| Index: include/effects/SkBitmapSource.h
|
| diff --git a/include/effects/SkBitmapSource.h b/include/effects/SkBitmapSource.h
|
| index 9740e0e6c690ae6eb0d4aad1538dfade3e3b032e..76f51f54e8d89860cc80ae057ca792a00f846a22 100644
|
| --- a/include/effects/SkBitmapSource.h
|
| +++ b/include/effects/SkBitmapSource.h
|
| @@ -27,7 +27,7 @@ public:
|
| protected:
|
| explicit SkBitmapSource(SkReadBuffer& buffer);
|
| virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| - virtual bool onFilterImage(Proxy*, const SkBitmap& src, const SkMatrix&,
|
| + virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE;
|
| virtual bool onFilterBounds(const SkIRect& src, const SkMatrix& ctm, SkIRect* dst) const SK_OVERRIDE;
|
|
|
|
|