aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/FSRectBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/FSRectBench.cpp')
-rw-r--r--bench/FSRectBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/FSRectBench.cpp b/bench/FSRectBench.cpp
index 914b5b6688..03d1504bb3 100644
--- a/bench/FSRectBench.cpp
+++ b/bench/FSRectBench.cpp
@@ -60,4 +60,4 @@ private:
typedef Benchmark INHERITED;
};
-DEF_BENCH( return SkNEW_ARGS(FSRectBench, ()); )
+DEF_BENCH(return new FSRectBench();)