aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/VertBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/VertBench.cpp')
-rw-r--r--bench/VertBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/VertBench.cpp b/bench/VertBench.cpp
index daff26ec08..0744f948ba 100644
--- a/bench/VertBench.cpp
+++ b/bench/VertBench.cpp
@@ -83,7 +83,7 @@ protected:
for (int i = 0; i < loops; i++) {
canvas->drawVertices(SkCanvas::kTriangles_VertexMode, PTS,
- fPts, nullptr, fColors, nullptr, fIdx, IDX, paint);
+ fPts, nullptr, fColors, fIdx, IDX, paint);
}
}
private: