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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h
index d3adeed99a..3c1407b725 100644
--- a/include/effects/SkDashPathEffect.h
+++ b/include/effects/SkDashPathEffect.h
@@ -36,8 +36,7 @@ public:
Note: only affects stroked paths.
*/
- static SkDashPathEffect* Create(const SkScalar intervals[], int count,
- SkScalar phase) {
+ static SkPathEffect* Create(const SkScalar intervals[], int count, SkScalar phase) {
return new SkDashPathEffect(intervals, count, phase);
}
virtual ~SkDashPathEffect();