Chromium Code Reviews| Index: gm/tinybitmap.cpp |
| diff --git a/gm/tinybitmap.cpp b/gm/tinybitmap.cpp |
| index 9bfa2287cad3de11682c1e2880f2a820865b89c4..7942b4266afb3e27a492ac5e4f29ecd725e0ab1f 100644 |
| --- a/gm/tinybitmap.cpp |
| +++ b/gm/tinybitmap.cpp |
| @@ -20,7 +20,7 @@ static SkBitmap make_bitmap() { |
| SkBitmap bm; |
| bm.allocPixels(SkImageInfo::Make(1, 1, kIndex_8_SkColorType, |
| kPremul_SkAlphaType), |
| - NULL, ctable); |
| + nullptr, ctable); |
| ctable->unref(); |
| bm.lockPixels(); |