| Index: bench/DecodeBench.cpp
|
| diff --git a/bench/DecodeBench.cpp b/bench/DecodeBench.cpp
|
| index b03f8980cd1d89437f4f3f6d047b28089b13635b..507a7d8e9274e6d86ad2d3ae55a39b6af7bb184e 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;
|
| }
|
|
|
|
|