| Index: tools/VisualBench/TimingStateMachine.h
|
| diff --git a/tools/VisualBench/TimingStateMachine.h b/tools/VisualBench/TimingStateMachine.h
|
| index 22150599ab82de62938d7c1a8e999cc310e1bfa8..3f40b6d31f64a6c9eeb4f98731ccb1bfc6569d5e 100644
|
| --- a/tools/VisualBench/TimingStateMachine.h
|
| +++ b/tools/VisualBench/TimingStateMachine.h
|
| @@ -38,10 +38,9 @@ public:
|
| 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
|
|
|