Chromium Code Reviews| Index: gm/filterindiabox.cpp |
| diff --git a/gm/filterindiabox.cpp b/gm/filterindiabox.cpp |
| index 8df39bcec7b64a35a6ab14065290686d3ed3a450..c5d716642301ccf70c22994db3bc0f6db3af9947 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()) { |