aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/StrokeBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/StrokeBench.cpp')
-rw-r--r--bench/StrokeBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/StrokeBench.cpp b/bench/StrokeBench.cpp
index 750bd0694d..d6737486e0 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);
}
}
}