diff options
Diffstat (limited to 'include/effects')
-rw-r--r-- | include/effects/SkDashPathEffect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/effects/SkDashPathEffect.h b/include/effects/SkDashPathEffect.h index 52557c6dd8..5e8f14df80 100644 --- a/include/effects/SkDashPathEffect.h +++ b/include/effects/SkDashPathEffect.h @@ -41,7 +41,7 @@ public: virtual bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*) SK_OVERRIDE; - virtual bool asPoints(PointData* results, const SkPath& src, + virtual bool asPoints(PointData* results, const SkPath& src, const SkStrokeRec&, const SkMatrix&) const SK_OVERRIDE; // overrides for SkFlattenable |