aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/RectoriBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/RectoriBench.cpp')
-rw-r--r--bench/RectoriBench.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/bench/RectoriBench.cpp b/bench/RectoriBench.cpp
index 0a0b71dac6..df695d51dc 100644
--- a/bench/RectoriBench.cpp
+++ b/bench/RectoriBench.cpp
@@ -16,7 +16,7 @@
// to create an inner blurred rect
class RectoriBench : public SkBenchmark {
public:
- RectoriBench(void* param) : INHERITED(param) {}
+ RectoriBench() {}
protected:
@@ -102,5 +102,4 @@ private:
typedef SkBenchmark INHERITED;
};
-
-DEF_BENCH( return SkNEW_ARGS(RectoriBench, (p)); )
+DEF_BENCH( return SkNEW_ARGS(RectoriBench, ()); )