| Index: include/effects/SkDashPathEffect.h
|
| diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h
|
| index 394622426d9f8edf28622cd1dc408133eaeb66d7..210b378fb2326b3185d791b3f4ef08077368d817 100644
|
| --- a/include/effects/SkDashPathEffect.h
|
| +++ b/include/effects/SkDashPathEffect.h
|
| @@ -55,9 +55,6 @@ public:
|
|
|
| protected:
|
| SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase);
|
| -#ifdef SK_SUPPORT_LEGACY_DEEPFLATTENING
|
| - explicit SkDashPathEffect(SkReadBuffer&);
|
| -#endif
|
| virtual void flatten(SkWriteBuffer&) const SK_OVERRIDE;
|
|
|
| private:
|
|
|