| Index: cc/scheduler/scheduler_state_machine.h
|
| diff --git a/cc/scheduler/scheduler_state_machine.h b/cc/scheduler/scheduler_state_machine.h
|
| index 76f63d090465a5887ad0dccfc6676355e261df46..1e6e876c80c54db860d9aae02b6cb2af2f383227 100644
|
| --- a/cc/scheduler/scheduler_state_machine.h
|
| +++ b/cc/scheduler/scheduler_state_machine.h
|
| @@ -199,7 +199,7 @@ class CC_EXPORT SchedulerStateMachine {
|
| // Call this only in response to receiving an ACTION_SEND_BEGIN_MAIN_FRAME
|
| // from NextAction.
|
| // Indicates that all painting is complete.
|
| - void FinishCommit();
|
| + void NotifyReadyToCommit();
|
|
|
| // Call this only in response to receiving an ACTION_SEND_BEGIN_MAIN_FRAME
|
| // from NextAction if the client rejects the BeginMainFrame message.
|
|
|