| Index: src/utils/SkDashPath.cpp
|
| diff --git a/src/utils/SkDashPath.cpp b/src/utils/SkDashPath.cpp
|
| index 4e34b87eac1b09cb71b20b665ede3de2ed293155..5b032484c2ba1ec3b74a905513a28a9de641a63f 100644
|
| --- a/src/utils/SkDashPath.cpp
|
| +++ b/src/utils/SkDashPath.cpp
|
| @@ -218,7 +218,6 @@ private:
|
| SkScalar fPathLength;
|
| };
|
|
|
| -
|
| bool SkDashPath::FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
|
| const SkRect* cullRect, const SkScalar aIntervals[],
|
| int32_t count, SkScalar initialDashLength, int32_t initialDashIndex,
|
|
|