aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/MutexBench.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-17 10:49:30 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-17 10:49:30 +0000
commit433ce5e6869d5937e31ff5f305be54092b37f2e4 (patch)
tree36cb2fcc2fba5e05f1719639fc76595ee954fd17 /bench/MutexBench.cpp
parent055c7c299cb47eebd360b809ad58a0006e2e55f7 (diff)
Made more benchs non-rendering
Diffstat (limited to 'bench/MutexBench.cpp')
-rw-r--r--bench/MutexBench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/MutexBench.cpp b/bench/MutexBench.cpp
index af8a840182..dfdb792748 100644
--- a/bench/MutexBench.cpp
+++ b/bench/MutexBench.cpp
@@ -14,7 +14,7 @@ class MutexBench : public SkBenchmark {
};
public:
MutexBench(void* param) : INHERITED(param) {
-
+ fIsRendering = false;
}
protected:
virtual const char* onGetName() {