Chromium Code Reviews| Index: gm/bitmapsource2.cpp |
| diff --git a/gm/bitmapsource2.cpp b/gm/bitmapsource2.cpp |
| index 6c32f625d99f61a6b31c5bdcd7da0a2ccc8d589c..f65bafd2bc46169bfd4b4fdd1db6752a145f86f4 100644 |
| --- a/gm/bitmapsource2.cpp |
| +++ b/gm/bitmapsource2.cpp |
| @@ -66,7 +66,7 @@ protected: |
| SkPaint p; |
| p.setImageFilter(filter); |
| - canvas->saveLayer(NULL, &p); |
| + canvas->saveLayer(nullptr, &p); |
| canvas->restore(); |
| } |