aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/subset/SubsetZoomBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/subset/SubsetZoomBench.cpp')
-rw-r--r--bench/subset/SubsetZoomBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/subset/SubsetZoomBench.cpp b/bench/subset/SubsetZoomBench.cpp
index 869e93043d..ffd86703ec 100644
--- a/bench/subset/SubsetZoomBench.cpp
+++ b/bench/subset/SubsetZoomBench.cpp
@@ -53,7 +53,7 @@ bool SubsetZoomBench::isSuitableFor(Backend backend) {
return kNonRendering_Backend == backend;
}
-void SubsetZoomBench::onDraw(const int n, SkCanvas* canvas) {
+void SubsetZoomBench::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;