aboutsummaryrefslogtreecommitdiff
path: root/bench/DecodeBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/DecodeBench.cpp')
-rw-r--r--bench/DecodeBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/DecodeBench.cpp b/bench/DecodeBench.cpp
index b03f8980cd..507a7d8e92 100644
--- a/bench/DecodeBench.cpp
+++ b/bench/DecodeBench.cpp
@@ -24,7 +24,7 @@ public:
fName.printf("decode_%s_%s", sk_tool_utils::colortype_name(ct), fname.c_str());
}
- virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
+ bool isSuitableFor(Backend backend) SK_OVERRIDE {
return backend == kNonRendering_Backend;
}