aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/SkBenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bench/SkBenchmark.cpp')
-rw-r--r--bench/SkBenchmark.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/SkBenchmark.cpp b/bench/SkBenchmark.cpp
index e8bea6e255..230a7afd9c 100644
--- a/bench/SkBenchmark.cpp
+++ b/bench/SkBenchmark.cpp
@@ -9,6 +9,7 @@ SkBenchmark::SkBenchmark(void* defineDict) {
fForceAlpha = 0xFF;
fForceAA = true;
fDither = SkTriState::kDefault;
+ fHasStrokeWidth = false;
}
const char* SkBenchmark::getName() {