aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/subset/SubsetSingleBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/subset/SubsetSingleBench.cpp')
-rw-r--r--bench/subset/SubsetSingleBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/subset/SubsetSingleBench.cpp b/bench/subset/SubsetSingleBench.cpp
index e409cf7ed8..232c159a0b 100644
--- a/bench/subset/SubsetSingleBench.cpp
+++ b/bench/subset/SubsetSingleBench.cpp
@@ -57,7 +57,7 @@ bool SubsetSingleBench::isSuitableFor(Backend backend) {
return kNonRendering_Backend == backend;
}
-void SubsetSingleBench::onDraw(const int n, SkCanvas* canvas) {
+void SubsetSingleBench::onDraw(int n, SkCanvas* canvas) {
// When the color type is kIndex8, we will need to store the color table. If it is
// used, it will be initialized by the codec.
int colorCount;