Index: gm/imagemagnifier.cpp |
diff --git a/gm/imagemagnifier.cpp b/gm/imagemagnifier.cpp |
index ac1941c121a1be7b945e0d1253379040fb35d6b7..2bf22262dc225060d42e225009fafbfe584a27db 100644 |
--- a/gm/imagemagnifier.cpp |
+++ b/gm/imagemagnifier.cpp |
@@ -38,7 +38,7 @@ protected: |
SkIntToScalar(WIDTH / 2), |
SkIntToScalar(HEIGHT / 2)), |
100))->unref(); |
- canvas->saveLayer(NULL, &filterPaint); |
+ canvas->saveLayer(nullptr, &filterPaint); |
const char* str = "The quick brown fox jumped over the lazy dog."; |
SkRandom rand; |
for (int i = 0; i < 25; ++i) { |