| Index: include/core/SkImageFilter.h
|
| diff --git a/include/core/SkImageFilter.h b/include/core/SkImageFilter.h
|
| index 3dc145ca1979a40e966c352312c576193176fb26..32a00c9e52e111c66f3785f5f56cccf44a95f295 100644
|
| --- a/include/core/SkImageFilter.h
|
| +++ b/include/core/SkImageFilter.h
|
| @@ -140,6 +140,8 @@ public:
|
| */
|
| const SkIRect& cropRect() const { return fCropRect; }
|
|
|
| + SK_DEFINE_FLATTENABLE_TYPE(SkImageFilter)
|
| +
|
| protected:
|
| SkImageFilter(int inputCount, SkImageFilter** inputs, const SkIRect* cropRect = NULL);
|
|
|
|
|