Index: src/core/SkStroke.cpp |
diff --git a/src/core/SkStroke.cpp b/src/core/SkStroke.cpp |
index a05bfd448fdfdd89a6af314f576060658488ed11..2589cf640872c7a5b19626633382298d37740eff 100644 |
--- a/src/core/SkStroke.cpp |
+++ b/src/core/SkStroke.cpp |
@@ -1039,7 +1039,7 @@ bool SkPathStroker::cubicStroke(const SkPoint cubic[4], SkQuadConstruct* quadPts |
} |
if ((kDegenerate_ResultType == resultType |
|| points_within_dist(quadPts->fQuad[0], quadPts->fQuad[2], |
- fInvResScaleSquared)) && cubicMidOnLine(cubic, quadPts)) { |
+ fInvResScale)) && cubicMidOnLine(cubic, quadPts)) { |
addDegenerateLine(quadPts); |
return true; |
} |