| Index: include/core/SkMatrixImageFilter.h
|
| diff --git a/include/core/SkMatrixImageFilter.h b/include/core/SkMatrixImageFilter.h
|
| index 2c11aa63a315a6240db47ac995b9edf202421bd0..9617487a04701c72fe3604190af3f566f565f3ce 100644
|
| --- a/include/core/SkMatrixImageFilter.h
|
| +++ b/include/core/SkMatrixImageFilter.h
|
| @@ -51,8 +51,8 @@ protected:
|
| SkImageFilter* input);
|
| 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*, const SkImage* src, const Context&,
|
| + SkAutoTUnref<const SkImage>& result, SkIPoint* loc) const SK_OVERRIDE;
|
| virtual bool onFilterBounds(const SkIRect& src, const SkMatrix&,
|
| SkIRect* dst) const SK_OVERRIDE;
|
|
|
|
|