commit | dc5db595143613bbde2b7af5295254120ef7d98c | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Mon Oct 05 13:24:55 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Mon Oct 05 13:24:55 2015 -0700 |
tree | c8eb4bf0533a73309eb5cfb35dbbc6be8b6946c3 | |
parent | 92d976c3ad06d4a398d7bf95d2060e40154c39d7 [diff] [blame] |
move visual bench interactive module to timing state machine BUG=skia: Review URL: https://codereview.chromium.org/1382883003
diff --git a/tools/VisualBench/VisualLightweightBenchModule.cpp b/tools/VisualBench/VisualLightweightBenchModule.cpp index fa99caa..d964ae3 100644 --- a/tools/VisualBench/VisualLightweightBenchModule.cpp +++ b/tools/VisualBench/VisualLightweightBenchModule.cpp
@@ -163,10 +163,11 @@ fTSM.nextBenchmark(canvas, fBenchmark); fCurrentSample = 0; fBenchmark.reset(nullptr); + } else { + fTSM.nextSampleWithPrewarm(); } break; } - } bool VisualLightweightBenchModule::onHandleChar(SkUnichar c) {