Index: bench/StrokeBench.cpp |
diff --git a/bench/StrokeBench.cpp b/bench/StrokeBench.cpp |
index 750bd0694d2dd6d658e734d356bf1b0b7a01d949..d6737486e04b5ebb21dd842bed7d37fe4ca9b5a2 100644 |
--- a/bench/StrokeBench.cpp |
+++ b/bench/StrokeBench.cpp |
@@ -34,7 +34,7 @@ protected: |
for (int outer = 0; outer < 10; ++outer) { |
for (int i = 0; i < loops; ++i) { |
SkPath result; |
- paint.getFillPath(fPath, &result, NULL, fRes); |
+ paint.getFillPath(fPath, &result, nullptr, fRes); |
} |
} |
} |