| Index: cc/scheduler/scheduler_state_machine.cc
|
| diff --git a/cc/scheduler/scheduler_state_machine.cc b/cc/scheduler/scheduler_state_machine.cc
|
| index 0cb9951a28e69d58ccb48a9de4db797dd5a45f0b..cda23ee463bce47c235ba33a8673621d5fc2ce40 100644
|
| --- a/cc/scheduler/scheduler_state_machine.cc
|
| +++ b/cc/scheduler/scheduler_state_machine.cc
|
| @@ -803,7 +803,7 @@ bool SchedulerStateMachine::ShouldPollForAnticipatedDrawTriggers() const {
|
|
|
| bool SchedulerStateMachine::SupportsProactiveBeginFrame() const {
|
| // Both the synchronous compositor and disabled vsync settings
|
| - // make it undesirable to proactively request BeginImplFrames.
|
| + // make it undesirable to proactively request BeginFrames.
|
| // If this is true, the scheduler should poll.
|
| return !settings_.using_synchronous_renderer_compositor;
|
| }
|
|
|