| Index: bench/GameBench.cpp
|
| diff --git a/bench/GameBench.cpp b/bench/GameBench.cpp
|
| index 631a8f25f00a2c26460cba5a12683916ff499fdb..b99440043c3bce3ee48a0965f40ec02be637cbaa 100644
|
| --- a/bench/GameBench.cpp
|
| +++ b/bench/GameBench.cpp
|
| @@ -201,7 +201,7 @@ protected:
|
| { SkIntToScalar(src.fRight), SkIntToScalar(src.fBottom) },
|
| };
|
| canvas->drawVertices(SkCanvas::kTriangles_VertexMode,
|
| - 4, verts, uvs, NULL, NULL,
|
| + 4, verts, uvs, nullptr, nullptr,
|
| indices, 6, p2);
|
| } else {
|
| canvas->drawBitmapRect(fAtlas, src, dst, &p,
|
|
|