Index: include/effects/SkDiscretePathEffect.h |
diff --git a/include/effects/SkDiscretePathEffect.h b/include/effects/SkDiscretePathEffect.h |
index 126b40821899531c0f7117f6c20f77db99ca0c87..8373b6aa159ef4550380626dee3c56a46944c3b5 100644 |
--- a/include/effects/SkDiscretePathEffect.h |
+++ b/include/effects/SkDiscretePathEffect.h |
@@ -30,13 +30,9 @@ public: |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkDiscretePathEffect) |
protected: |
- SkDiscretePathEffect(SkReadBuffer&); |
- virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; |
- |
-#ifdef SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS |
-public: |
-#endif |
SkDiscretePathEffect(SkScalar segLength, SkScalar deviation); |
+ explicit SkDiscretePathEffect(SkReadBuffer&); |
+ virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE; |
private: |
SkScalar fSegLength, fPerterb; |