Index: src/pathops/SkPathOpsSimplify.cpp |
diff --git a/src/pathops/SkPathOpsSimplify.cpp b/src/pathops/SkPathOpsSimplify.cpp |
index 8c07653320eabe559c35173cee2019102163260b..14fde4f9a4d4a81eddcc504afc412e552f4e4ad9 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 SkDEBUGPARAMS(NULL)); |
+ SkOpGlobalState globalState(&coincidence, contourList SkDEBUGPARAMS(nullptr)); |
#if DEBUG_SORT |
SkPathOpsDebug::gSortCount = SkPathOpsDebug::gSortCountDefault; |
#endif |