| Index: include/effects/SkDropShadowImageFilter.h
|
| diff --git a/include/effects/SkDropShadowImageFilter.h b/include/effects/SkDropShadowImageFilter.h
|
| index a931ad00ffaaf3359b82b0d2a4b05f4a1c89dede..c6b936a23c0e06fceb177f4246f0b72ad8e22675 100644
|
| --- a/include/effects/SkDropShadowImageFilter.h
|
| +++ b/include/effects/SkDropShadowImageFilter.h
|
| @@ -51,6 +51,9 @@
|
| SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor,
|
| ShadowMode shadowMode, SkImageFilter* input, const CropRect* cropRect,
|
| uint32_t uniqueID);
|
| +#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING
|
| + explicit SkDropShadowImageFilter(SkReadBuffer&);
|
| +#endif
|
| virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
| virtual bool onFilterImage(Proxy*, const SkBitmap& source, const Context&, SkBitmap* result, SkIPoint* loc) const SK_OVERRIDE;
|
| virtual bool onFilterBounds(const SkIRect& src, const SkMatrix&,
|
|
|