Chromium Code Reviews| Index: include/core/SkPathEffect.h | 
| diff --git a/include/core/SkPathEffect.h b/include/core/SkPathEffect.h | 
| index 3b4541de5681944c870d7c5594ee7c3f2fb5060c..ed6d93b7655df0682c97b76c5e905dc3385a0fde 100644 | 
| --- a/include/core/SkPathEffect.h | 
| +++ b/include/core/SkPathEffect.h | 
| @@ -106,6 +106,8 @@ public: | 
| const SkStrokeRec&, const SkMatrix&, | 
| const SkRect* cullR) const; | 
| + SK_DEFINE_FLATTENABLE_TYPE(SkPathEffect) | 
| + | 
| protected: | 
| SkPathEffect(SkFlattenableReadBuffer& buffer) : INHERITED(buffer) {} |