| Index: cc/scheduler/scheduler_state_machine.h
|
| diff --git a/cc/scheduler/scheduler_state_machine.h b/cc/scheduler/scheduler_state_machine.h
|
| index a411022c003c1d8932554558b91f4759056bca9c..00802e1f3fc40f3c4587af91c318f7f00c86cc62 100644
|
| --- a/cc/scheduler/scheduler_state_machine.h
|
| +++ b/cc/scheduler/scheduler_state_machine.h
|
| @@ -125,10 +125,6 @@ class CC_EXPORT SchedulerStateMachine {
|
| // to make progress.
|
| bool BeginFrameNeeded() const;
|
|
|
| - // Indicates whether the scheduler should call
|
| - // SetNeedsBeginFrames(BeginFrameNeeded()) on the frame source.
|
| - bool ShouldSetNeedsBeginFrames(bool frame_source_needs_begin_frames) const;
|
| -
|
| // Indicates that we need to independently poll for new state and actions
|
| // because we can't expect a BeginImplFrame. This is mostly used to avoid
|
| // drawing repeat frames with the synchronous compositor without dropping
|
|
|