| Index: cc/scheduler/scheduler_state_machine.cc
|
| diff --git a/cc/scheduler/scheduler_state_machine.cc b/cc/scheduler/scheduler_state_machine.cc
|
| index 5f56255926f47b667cf9f39aa28e85e3ab3dff05..af6ff0ecf55af7b0f87b4e8bfc743e732269b7dc 100644
|
| --- a/cc/scheduler/scheduler_state_machine.cc
|
| +++ b/cc/scheduler/scheduler_state_machine.cc
|
| @@ -422,10 +422,6 @@ bool SchedulerStateMachine::ShouldSendBeginMainFrame() const {
|
| return false;
|
| }
|
|
|
| - // We want to start the first commit after we get a new output surface ASAP.
|
| - if (output_surface_state_ == OUTPUT_SURFACE_WAITING_FOR_FIRST_COMMIT)
|
| - return true;
|
| -
|
| // We should not send BeginMainFrame while we are in
|
| // BEGIN_IMPL_FRAME_STATE_IDLE since we might have new
|
| // user input arriving soon.
|
|
|