aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkStrokeRec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkStrokeRec.cpp')
-rw-r--r--src/core/SkStrokeRec.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/SkStrokeRec.cpp b/src/core/SkStrokeRec.cpp
index 756872bdfb..cdaf241366 100644
--- a/src/core/SkStrokeRec.cpp
+++ b/src/core/SkStrokeRec.cpp
@@ -103,4 +103,3 @@ bool SkStrokeRec::applyToPath(SkPath* dst, const SkPath& src) const {
stroker.strokePath(src, dst);
return true;
}
-