| Index: cc/test/scheduler_test_common.h
|
| diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
|
| index b13341bcce37ea8546d1431f1ff6a6e05a88ece3..c37b018052cb94bb489e786fbdfb139dbe9d9aab 100644
|
| --- a/cc/test/scheduler_test_common.h
|
| +++ b/cc/test/scheduler_test_common.h
|
| @@ -128,7 +128,7 @@ class TestScheduler : public Scheduler {
|
| OrderedSimpleTaskRunner* task_runner,
|
| std::unique_ptr<CompositorTimingHistory> compositor_timing_history);
|
|
|
| - bool SwapThrottled() const { return state_machine_.SwapThrottled(); }
|
| + bool SubmitThrottled() const { return state_machine_.SubmitThrottled(); }
|
|
|
| bool NeedsBeginMainFrame() const {
|
| return state_machine_.needs_begin_main_frame();
|
|
|