Index: include/effects/SkDropShadowImageFilter.h |
diff --git a/include/effects/SkDropShadowImageFilter.h b/include/effects/SkDropShadowImageFilter.h |
index 5eb64094e298e5855b464b10176b1203b3ff3e9c..1043bba852cef024b4eb3bb7a77e39a6cdb02c9e 100644 |
--- a/include/effects/SkDropShadowImageFilter.h |
+++ b/include/effects/SkDropShadowImageFilter.h |
@@ -57,7 +57,9 @@ 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*, 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; |