| Index: include/effects/SkColorFilterImageFilter.h
|
| diff --git a/include/effects/SkColorFilterImageFilter.h b/include/effects/SkColorFilterImageFilter.h
|
| index 97203d842ce99ebe03bb88348ead40c6dfee6b69..fadcd5651afb9070a8b6541cb6ca1491b4a2d388 100644
|
| --- a/include/effects/SkColorFilterImageFilter.h
|
| +++ b/include/effects/SkColorFilterImageFilter.h
|
| @@ -26,8 +26,8 @@ public:
|
| protected:
|
| void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
|
|
| - virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| - SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
|
| + virtual bool onFilterImage(Proxy*, SkImage& src, const Context&,
|
| + SkAutoTUnref<SkImage>& result, SkIPoint* loc) const SK_OVERRIDE;
|
|
|
| bool asColorFilter(SkColorFilter**) const SK_OVERRIDE;
|
|
|
|
|