Index: bench/DecodeBench.cpp |
diff --git a/bench/DecodeBench.cpp b/bench/DecodeBench.cpp |
index 4397eef65df071c9499c96454953313e6a7d4fa7..cbcc4a68890cc724ddbcd6d5ab9138317371bb3d 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: |