aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/InterpBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/InterpBench.cpp')
-rw-r--r--bench/InterpBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/InterpBench.cpp b/bench/InterpBench.cpp
index 086cc3bc99..9b607adf88 100644
--- a/bench/InterpBench.cpp
+++ b/bench/InterpBench.cpp
@@ -32,7 +32,7 @@ protected:
return fName.c_str();
}
- virtual void onDraw(SkCanvas* canvas) {
+ virtual void onDraw(SkCanvas*) {
int n = SkBENCHLOOP(kLoop * this->mulLoopCount());
for (int i = 0; i < n; i++) {
this->performTest(fDst, fFx, fDx, kBuffer);