| Index: include/effects/SkPictureImageFilter.h
|
| diff --git a/include/effects/SkPictureImageFilter.h b/include/effects/SkPictureImageFilter.h
|
| index e6579eabe7a7fe8ddbacdacb7c4b9eef624671b1..fcdc77a8866463c8f8fc9fd95c24fc9d3389902b 100644
|
| --- a/include/effects/SkPictureImageFilter.h
|
| +++ b/include/effects/SkPictureImageFilter.h
|
| @@ -66,8 +66,9 @@ protected:
|
| * @param SkReadBuffer Serialized picture data.
|
| */
|
| void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| - virtual bool onFilterImage(Proxy*, const SkBitmap& src, const Context&,
|
| - SkBitmap* result, SkIPoint* offset) const SK_OVERRIDE;
|
| + virtual bool onFilterImage(Proxy*, const SkImage* src, const Context&,
|
| + SkAutoTUnref<const SkImage>& result,
|
| + SkIPoint* offset) const SK_OVERRIDE;
|
|
|
| private:
|
|
|
|
|