| Index: cc/test/scheduler_test_common.h
|
| diff --git a/cc/test/scheduler_test_common.h b/cc/test/scheduler_test_common.h
|
| index ce6ccc4789107ff75f2d888b0ab167d47eba5923..41c214597e12a2348b156fd8df0c8412eceb1c94 100644
|
| --- a/cc/test/scheduler_test_common.h
|
| +++ b/cc/test/scheduler_test_common.h
|
| @@ -215,8 +215,6 @@ class TestScheduler : public Scheduler {
|
|
|
| bool SwapThrottled() const { return state_machine_.SwapThrottled(); }
|
|
|
| - bool CanStart() const { return state_machine_.CanStartForTesting(); }
|
| -
|
| bool NeedsBeginMainFrame() const {
|
| return state_machine_.needs_begin_main_frame();
|
| }
|
|
|