diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-29 02:01:19 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-29 02:01:19 +0000 |
commit | 687c57c7d5a17549f63e0b15208db18b220e2a91 (patch) | |
tree | c005776f783fcbb88e667107e4f8d3b8f1b5a33b /include/effects | |
parent | ffd7907ba397e6c49f3cf8a2d4c2a451fbc0cbd6 (diff) |
Sanitizing source files in Skia_Periodic_House_Keeping
git-svn-id: http://skia.googlecode.com/svn/trunk@6594 2bbb7eff-a529-9590-31e7-b0007b416f81
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 |