| Index: include/effects/SkDropShadowImageFilter.h
|
| diff --git a/include/effects/SkDropShadowImageFilter.h b/include/effects/SkDropShadowImageFilter.h
|
| index 5eb64094e298e5855b464b10176b1203b3ff3e9c..911180d4b46719faad9c7357c48fe1cd65afd013 100644
|
| --- a/include/effects/SkDropShadowImageFilter.h
|
| +++ b/include/effects/SkDropShadowImageFilter.h
|
| @@ -57,7 +57,8 @@ protected:
|
| ShadowMode shadowMode, SkImageFilter* input, const CropRect* cropRect,
|
| uint32_t uniqueID);
|
| void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| - bool onFilterImage(Proxy*, const SkBitmap& source, const Context&, SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
|
| + bool onFilterImage(Proxy*, SkImage& source, const Context&, SkAutoTUnref<SkImage>& result,
|
| + SkIPoint* loc) const SK_OVERRIDE;
|
| virtual bool onFilterBounds(const SkIRect& src, const SkMatrix&,
|
| SkIRect* dst) const SK_OVERRIDE;
|
|
|
|
|