Index: gm/fatpathfill.cpp |
diff --git a/gm/fatpathfill.cpp b/gm/fatpathfill.cpp |
index 711d713852b82a6ede18718bbdc0096a11d22955..be5fbc4d56092b74ecb398d3974f939ed5625573 100644 |
--- a/gm/fatpathfill.cpp |
+++ b/gm/fatpathfill.cpp |
@@ -36,7 +36,7 @@ static void draw_fatpath(SkCanvas* canvas, SkSurface* surface, const SkPath& pat |
surface->getCanvas()->clear(SK_ColorTRANSPARENT); |
surface->getCanvas()->drawPath(path, paint); |
- surface->draw(canvas, 0, 0, NULL); |
+ surface->draw(canvas, 0, 0, nullptr); |
paint.setAntiAlias(true); |
paint.setColor(SK_ColorRED); |