aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/PathBench.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-13 16:39:08 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-13 16:39:08 +0000
commit83187a2737e8aec35d572dab09dae5638a3ee3e3 (patch)
tree5bce32b826605b9ee6977ce2e8052a6e09456ecc /bench/PathBench.cpp
parent9dc2713fc4a75e7fbee2f985057fde680a07c7f0 (diff)
Make all random path benchs non-rendering
Diffstat (limited to 'bench/PathBench.cpp')
-rw-r--r--bench/PathBench.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/PathBench.cpp b/bench/PathBench.cpp
index 2e07f677be..dd5041d94b 100644
--- a/bench/PathBench.cpp
+++ b/bench/PathBench.cpp
@@ -223,6 +223,7 @@ private:
class RandomPathBench : public SkBenchmark {
public:
RandomPathBench(void* param) : INHERITED(param) {
+ fIsRendering = false;
}
protected: