Index: tests/BlitRowTest.cpp |
diff --git a/tests/BlitRowTest.cpp b/tests/BlitRowTest.cpp |
index 4689a305ac76740a67abd2bc50defec5633e2c42..b6a24eb98d4cae5b8d93ca3c25338808aae7413b 100644 |
--- a/tests/BlitRowTest.cpp |
+++ b/tests/BlitRowTest.cpp |
@@ -174,7 +174,7 @@ struct Mesh { |
void draw(SkCanvas* canvas, SkPaint* paint) { |
canvas->drawVertices(SkCanvas::kTriangleFan_VertexMode, 4, fPts, fPts, |
- NULL, NULL, NULL, 0, *paint); |
+ nullptr, nullptr, nullptr, 0, *paint); |
} |
}; |