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, 1 insertions, 1 deletions
diff --git a/src/effects/SkDashImpl.h b/src/effects/SkDashImpl.h
index cf74529934..c4e81478c7 100644
--- a/src/effects/SkDashImpl.h
+++ b/src/effects/SkDashImpl.h
@@ -10,7 +10,7 @@
#include "SkPathEffect.h"
-class SK_API SkDashImpl : public SkPathEffect {
+class SkDashImpl : public SkPathEffect {
public:
SkDashImpl(const SkScalar intervals[], int count, SkScalar phase);