| Index: include/effects/SkTileImageFilter.h
|
| diff --git a/include/effects/SkTileImageFilter.h b/include/effects/SkTileImageFilter.h
|
| index 4bc2a200916eae71d38b11b0bc43ec05849ba52d..6c0fa68f3cd900bcb9ca2ba646a41f0e1aed4ae1 100644
|
| --- a/include/effects/SkTileImageFilter.h
|
| +++ b/include/effects/SkTileImageFilter.h
|
| @@ -24,7 +24,7 @@ public:
|
| return SkNEW_ARGS(SkTileImageFilter, (srcRect, dstRect, input));
|
| }
|
|
|
| - virtual bool onFilterImage(Proxy* proxy, const SkBitmap& src, const SkMatrix& ctm,
|
| + virtual bool onFilterImage(Proxy* proxy, const SkBitmap& src, const Context& ctx,
|
| SkBitmap* dst, SkIPoint* offset) const SK_OVERRIDE;
|
|
|
| SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkTileImageFilter)
|
|
|