| Index: include/effects/SkMagnifierImageFilter.h
|
| diff --git a/include/effects/SkMagnifierImageFilter.h b/include/effects/SkMagnifierImageFilter.h
|
| index a9cc66a2aea878a3a6314a9e9588bd92706936ba..5356e57e7b94df8e1318200a3193839ffeb6e903 100644
|
| --- a/include/effects/SkMagnifierImageFilter.h
|
| +++ b/include/effects/SkMagnifierImageFilter.h
|
| @@ -23,8 +23,9 @@ protected:
|
| SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset, SkImageFilter* input);
|
| 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;
|
| #if SK_SUPPORT_GPU
|
| virtual bool asFragmentProcessor(GrFragmentProcessor**, GrTexture*, const SkMatrix&,
|
| const SkIRect& bounds) const SK_OVERRIDE;
|
|
|