aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/GameBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/GameBench.cpp')
-rw-r--r--bench/GameBench.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/bench/GameBench.cpp b/bench/GameBench.cpp
index 84da73eeca..9b811f0e23 100644
--- a/bench/GameBench.cpp
+++ b/bench/GameBench.cpp
@@ -201,8 +201,7 @@ protected:
{ SkIntToScalar(src.fRight), SkIntToScalar(src.fBottom) },
};
canvas->drawVertices(SkCanvas::kTriangles_VertexMode,
- 4, verts, uvs, nullptr, nullptr,
- indices, 6, p2);
+ 4, verts, uvs, nullptr, indices, 6, p2);
} else {
canvas->drawBitmapRect(fAtlas, src, dst, &p,
SkCanvas::kFast_SrcRectConstraint);