Index: gm/imageblurtiled.cpp |
diff --git a/gm/imageblurtiled.cpp b/gm/imageblurtiled.cpp |
index ed4ae6cef3e6a7bd7795796d03ffb3a9e2a708af..68e5785ddfd81f3328c0883ab6c04560962b2f8a 100644 |
--- a/gm/imageblurtiled.cpp |
+++ b/gm/imageblurtiled.cpp |
@@ -41,7 +41,7 @@ protected: |
for (SkScalar x = bounds.left(); x < bounds.right(); x += tile_size) { |
canvas->save(); |
canvas->clipRect(SkRect::MakeXYWH(x, y, tile_size, tile_size)); |
- canvas->saveLayer(NULL, &paint); |
+ canvas->saveLayer(nullptr, &paint); |
const char* str[] = { |
"The quick", |
"brown fox", |