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