Index: src/core/SkGeometry.cpp |
diff --git a/src/core/SkGeometry.cpp b/src/core/SkGeometry.cpp |
index 7462009479be08028bbbc9399b4f1613eaf432bd..01b618073ab1741648fc2f0e1fdc5ad9b40b3a43 100644 |
--- a/src/core/SkGeometry.cpp |
+++ b/src/core/SkGeometry.cpp |
@@ -912,7 +912,7 @@ int SkChopCubicAtMaxCurvature(const SkPoint src[4], SkPoint dst[13], |
SkScalar tValues[3]) { |
SkScalar t_storage[3]; |
- if (tValues == NULL) { |
+ if (tValues == nullptr) { |
tValues = t_storage; |
} |