commit | c603c143bb39e8a8dd1b35ad792c4dccb7de3a3a | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Thu Oct 15 07:18:29 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Oct 15 07:18:29 2015 -0700 |
tree | b69e3cce915f0257803990b3423a9b4aecb47d8f | |
parent | f724b99435e0c7a6a95112229cc44a2ba813ecc9 [diff] [blame] |
small tidy of benchmarkstream BUG=skia: Committed: https://skia.googlesource.com/skia/+/691b6af907e55250a29a7a2a346b63c2026011c3 Review URL: https://codereview.chromium.org/1395703002
diff --git a/tools/VisualBench/TimingStateMachine.h b/tools/VisualBench/TimingStateMachine.h index 2215059..3f40b6d 100644 --- a/tools/VisualBench/TimingStateMachine.h +++ b/tools/VisualBench/TimingStateMachine.h
@@ -38,10 +38,9 @@ ParentEvents nextFrame(bool preWarmBetweenSamples); /* - * The caller should call this when they are ready to move to the next benchmark. The caller - * must call this with the *last* benchmark so post draw hooks can be invoked + * The caller should call this when they are ready to move to the next benchmark. */ - void nextBenchmark(SkCanvas*, Benchmark*); + void nextBenchmark(); /* * When TimingStateMachine returns kTimingFinished_ParentEvents, then the owner can call