Index: src/pathops/SkPathOpsSimplify.cpp |
diff --git a/src/pathops/SkPathOpsSimplify.cpp b/src/pathops/SkPathOpsSimplify.cpp |
index 97f0350db2574e1ecd058a43805c6a40e6b23e19..fa1003054eb76678582968626837b7b270d366bf 100644 |
--- a/src/pathops/SkPathOpsSimplify.cpp |
+++ b/src/pathops/SkPathOpsSimplify.cpp |
@@ -180,7 +180,8 @@ bool Simplify(const SkPath& path, SkPath* result) { |
SkOpCoincidence coincidence; |
SkOpContour contour; |
SkOpContourHead* contourList = static_cast<SkOpContourHead*>(&contour); |
- SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(nullptr)); |
+ SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(false) |
+ SkDEBUGPARAMS(nullptr)); |
#if DEBUG_SORT |
SkPathOpsDebug::gSortCount = SkPathOpsDebug::gSortCountDefault; |
#endif |