Index: include/effects/SkDashPathEffect.h |
diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h |
index 6fab962261172405c6d4a9e96d565a19ac4de996..6909739530188a96b5b215ca4ffaac52db35e3c2 100644 |
--- a/include/effects/SkDashPathEffect.h |
+++ b/include/effects/SkDashPathEffect.h |
@@ -55,6 +55,10 @@ public: |
static SkFlattenable* CreateProc(SkReadBuffer&); |
+#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING |
+ static SkFlattenable* DeepCreateProc(SkReadBuffer& buffer); |
+#endif |
+ |
protected: |
SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase); |
explicit SkDashPathEffect(SkReadBuffer&); |