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 e426ad8a5e..6e49bf42b5 100644
--- a/bench/VertBench.cpp
+++ b/bench/VertBench.cpp
@@ -92,4 +92,4 @@ private:
///////////////////////////////////////////////////////////////////////////////
-DEF_BENCH( return SkNEW_ARGS(VertBench, ()); )
+DEF_BENCH(return new VertBench();)