aboutsummaryrefslogtreecommitdiffhomepage
path: root/fuzz
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/fuzz.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fuzz/fuzz.cpp b/fuzz/fuzz.cpp
index bb2b1c803e..d0f31506e9 100644
--- a/fuzz/fuzz.cpp
+++ b/fuzz/fuzz.cpp
@@ -513,7 +513,7 @@ static void fuzz_filter_fuzz(sk_sp<SkData> bytes) {
bytes->data(), bytes->size());
// Adding some info, but the test passed if we got here without any trouble
- if (flattenable != NULL) {
+ if (flattenable != nullptr) {
SkDebugf("Valid stream detected.\n");
// Let's see if using the filters can cause any trouble...
SkPaint paint;