| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 9f0e29939114085d627aeb50e320f3fad9731566..4104fcb3bd4d3b0f092e75ea3fd6ba32c9b14b7f 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -166,6 +166,8 @@ public:
|
| bool cropRectIsSet() const { return fCropRect.isSet(); }
|
| #endif
|
|
|
| + SK_DEFINE_FLATTENABLE_EFFECT_TYPE(ImageFilter)
|
| +
|
| protected:
|
| SkImageFilter(int inputCount, SkImageFilter** inputs, const CropRect* cropRect = NULL);
|
|
|
|
|