Index: src/gpu/GrTessellatingPathRenderer.cpp |
diff --git a/src/gpu/GrTessellatingPathRenderer.cpp b/src/gpu/GrTessellatingPathRenderer.cpp |
index c80b693ef5f061d34f8b558fffe1f30748ca3ef7..1c1663dbf33aebe9c43453e8139bd54242519457 100644 |
--- a/src/gpu/GrTessellatingPathRenderer.cpp |
+++ b/src/gpu/GrTessellatingPathRenderer.cpp |
@@ -1392,7 +1392,8 @@ public: |
c.sweep_lt = sweep_lt_vert; |
c.sweep_gt = sweep_gt_vert; |
} |
- SkScalar tol = GrPathUtils::scaleToleranceToSrc(SK_Scalar1, fViewMatrix, pathBounds); |
+ SkScalar screenSpaceTol = GrPathUtils::kDefaultTolerance; |
+ SkScalar tol = GrPathUtils::scaleToleranceToSrc(screenSpaceTol, fViewMatrix, pathBounds); |
int contourCnt; |
int maxPts = GrPathUtils::worstCasePointCount(fPath, &contourCnt, tol); |
if (maxPts <= 0) { |