Index: tests/PictureBBHTest.cpp |
diff --git a/tests/PictureBBHTest.cpp b/tests/PictureBBHTest.cpp |
index d09403ff14a1862a033858c8f0cdd4fe25365649..0a0d3da914b594f1b584a267b6ca2ea2a4708ce0 100644 |
--- a/tests/PictureBBHTest.cpp |
+++ b/tests/PictureBBHTest.cpp |
@@ -29,7 +29,7 @@ public: |
void run(skiatest::Reporter* reporter) { |
// No BBH |
- this->run(NULL, reporter); |
+ this->run(nullptr, reporter); |
// With an R-Tree |
SkRTreeFactory RTreeFactory; |