aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/effects/SkDashImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/effects/SkDashImpl.h')
-rw-r--r--src/effects/SkDashImpl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/effects/SkDashImpl.h b/src/effects/SkDashImpl.h
index 13ec155847..7f1de776c3 100644
--- a/src/effects/SkDashImpl.h
+++ b/src/effects/SkDashImpl.h
@@ -21,8 +21,6 @@ public:
DashType asADash(DashInfo* info) const override;
- void toString(SkString* str) const override;
-
Factory getFactory() const override { return CreateProc; }
#ifdef SK_BUILD_FOR_ANDROID_FRAMEWORK