aboutsummaryrefslogtreecommitdiffstats
path: root/gm/filterindiabox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gm/filterindiabox.cpp')
-rw-r--r--gm/filterindiabox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gm/filterindiabox.cpp b/gm/filterindiabox.cpp
index 8df39bcec7..c5d7166423 100644
--- a/gm/filterindiabox.cpp
+++ b/gm/filterindiabox.cpp
@@ -99,7 +99,7 @@ protected:
}
void makeBitmap() {
- SkImageDecoder* codec = NULL;
+ SkImageDecoder* codec = nullptr;
SkString resourcePath = GetResourcePath(fFilename.c_str());
SkFILEStream stream(resourcePath.c_str());
if (stream.isValid()) {