aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/effects/SkDashPathEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/effects/SkDashPathEffect.h')
-rw-r--r--include/effects/SkDashPathEffect.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h
index f69e90586a..10d8d2db4e 100644
--- a/include/effects/SkDashPathEffect.h
+++ b/include/effects/SkDashPathEffect.h
@@ -56,13 +56,9 @@ public:
static SkFlattenable* CreateProc(SkReadBuffer&);
protected:
- SkDashPathEffect(SkReadBuffer&);
- virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
-
-#ifdef SK_SUPPORT_LEGACY_PUBLICEFFECTCONSTRUCTORS
-public:
-#endif
SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase);
+ explicit SkDashPathEffect(SkReadBuffer&);
+ virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
private:
void setInternalMembers(SkScalar phase);