aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SkBenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SkBenchmark.cpp')
-rw-r--r--bench/SkBenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/SkBenchmark.cpp b/bench/SkBenchmark.cpp
index 09e109e83d..4d361e7416 100644
--- a/bench/SkBenchmark.cpp
+++ b/bench/SkBenchmark.cpp
@@ -15,7 +15,7 @@ SK_DEFINE_INST_COUNT(SkBenchmark)
template BenchRegistry* BenchRegistry::gHead;
-SkBenchmark::SkBenchmark(void* /*ignored*/) {
+SkBenchmark::SkBenchmark() {
fForceAlpha = 0xFF;
fForceAA = true;
fDither = SkTriState::kDefault;