| Index: include/effects/SkDropShadowImageFilter.h
|
| diff --git a/include/effects/SkDropShadowImageFilter.h b/include/effects/SkDropShadowImageFilter.h
|
| index 7dea4dfa4828b34c75fc9bb612229b2c09b94e06..df9d32bf52ac81179af74969619e2bb440883434 100644
|
| --- a/include/effects/SkDropShadowImageFilter.h
|
| +++ b/include/effects/SkDropShadowImageFilter.h
|
| @@ -37,7 +37,9 @@ protected:
|
| SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor,
|
| ShadowMode shadowMode, SkImageFilter* input, const CropRect* cropRect);
|
| void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| - bool onFilterImage(Proxy*, const SkBitmap& source, const Context&, SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
|
| + bool onFilterImage(Proxy*, const SkImage* source, const Context&,
|
| + SkAutoTUnref<const SkImage>& result,
|
| + SkIPoint* loc) const SK_OVERRIDE;
|
| virtual bool onFilterBounds(const SkIRect& src, const SkMatrix&,
|
| SkIRect* dst) const SK_OVERRIDE;
|
|
|
|
|