| Index: include/effects/SkComposeImageFilter.h
|
| diff --git a/include/effects/SkComposeImageFilter.h b/include/effects/SkComposeImageFilter.h
|
| index dccbd6ee5b47496301c01cc0a26cfad5633ba9c2..83986c17dc4d49006aa84bc55e35ed5a0b57e527 100644
|
| --- a/include/effects/SkComposeImageFilter.h
|
| +++ b/include/effects/SkComposeImageFilter.h
|
| @@ -33,8 +33,8 @@ protected:
|
| SkASSERT(inputs[0]);
|
| SkASSERT(inputs[1]);
|
| }
|
| - 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 onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) const SK_OVERRIDE;
|
|
|
| private:
|
|
|