| Index: include/effects/SkBicubicImageFilter.h
|
| diff --git a/include/effects/SkBicubicImageFilter.h b/include/effects/SkBicubicImageFilter.h
|
| index 9b6597586348e588ddf99016876b2e0732d2f00c..7c1e92344ad6b448e4bc2a6c132f89a7de5e60fb 100644
|
| --- a/include/effects/SkBicubicImageFilter.h
|
| +++ b/include/effects/SkBicubicImageFilter.h
|
| @@ -38,12 +38,12 @@ protected:
|
| SkBicubicImageFilter(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* loc) const SK_OVERRIDE;
|
|
|
| #if SK_SUPPORT_GPU
|
| virtual bool canFilterImageGPU() const SK_OVERRIDE { return true; }
|
| - virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
| + virtual bool filterImageGPU(Proxy* proxy, const SkBitmap& src, const Context& ctx,
|
| SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE;
|
| #endif
|
|
|
|
|