| Index: tools/chrome_fuzz.cpp
|
| diff --git a/tools/chrome_fuzz.cpp b/tools/chrome_fuzz.cpp
|
| index 94d276fb9bfa57ee536e4b6000965a65601f4107..f05c646351c74e147846db1d4623ff77462498cf 100644
|
| --- a/tools/chrome_fuzz.cpp
|
| +++ b/tools/chrome_fuzz.cpp
|
| @@ -34,7 +34,7 @@ static void run_test_case(const SkString& testdata, const SkBitmap& bitmap,
|
| testdata.c_str(), testdata.size(), SkImageFilter::GetFlattenableType());
|
|
|
| // 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;
|
|
|