| Index: cc/scheduler/scheduler_state_machine.h
|
| diff --git a/cc/scheduler/scheduler_state_machine.h b/cc/scheduler/scheduler_state_machine.h
|
| index cf29ca9b6a53ec89a43c1b20e905e9c4792dff8f..238c08c42d166c47acd80c4a682fd225cbf6d033 100644
|
| --- a/cc/scheduler/scheduler_state_machine.h
|
| +++ b/cc/scheduler/scheduler_state_machine.h
|
| @@ -268,6 +268,9 @@ class CC_EXPORT SchedulerStateMachine {
|
| // True if we need to force activations to make forward progress.
|
| bool PendingActivationsShouldBeForced() const;
|
|
|
| + // TODO(brianderson): Remove this once NPAPI support is removed.
|
| + bool SendingBeginMainFrameMightCauseDeadlock() const;
|
| +
|
| bool ShouldAnimate() const;
|
| bool ShouldBeginOutputSurfaceCreation() const;
|
| bool ShouldDraw() const;
|
|
|