aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/DecodeBench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/DecodeBench.cpp')
-rw-r--r--bench/DecodeBench.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/bench/DecodeBench.cpp b/bench/DecodeBench.cpp
index 4397eef65d..cbcc4a6889 100644
--- a/bench/DecodeBench.cpp
+++ b/bench/DecodeBench.cpp
@@ -29,7 +29,10 @@ public:
fname++; // skip the slash
}
fName.printf("decode_%s_%s", gConfigName[c], fname);
- fIsRendering = false;
+ }
+
+ virtual bool isSuitableFor(Backend backend) SK_OVERRIDE {
+ return backend == kNonRendering_Backend;
}
protected: