aboutsummaryrefslogtreecommitdiff
path: root/bench/DecodingBench.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/DecodingBench.h')
-rw-r--r--bench/DecodingBench.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/DecodingBench.h b/bench/DecodingBench.h
index b30e9720c9..196749dfba 100644
--- a/bench/DecodingBench.h
+++ b/bench/DecodingBench.h
@@ -27,7 +27,7 @@ public:
protected:
const char* onGetName() override;
bool isSuitableFor(Backend backend) override;
- void onDraw(const int n, SkCanvas* canvas) override;
+ void onDraw(int n, SkCanvas* canvas) override;
void onDelayedSetup() override;
private: