Index: gm/astcbitmap.cpp |
diff --git a/gm/astcbitmap.cpp b/gm/astcbitmap.cpp |
index 8ee7746f61b453990f76c49182af6bbe43b78829..bc5e1e978f3027ce396beaac9c38b7879cad0842 100644 |
--- a/gm/astcbitmap.cpp |
+++ b/gm/astcbitmap.cpp |
@@ -70,7 +70,7 @@ protected: |
} |
SkAutoTUnref<SkData> fileData(SkData::NewFromFileName(filename.c_str())); |
- if (NULL == fileData) { |
+ if (nullptr == fileData) { |
SkDebugf("Could not open the file. Did you forget to set the resourcePath?\n"); |
return; |
} |