diff options
Diffstat (limited to 'cc/scheduler/scheduler_state_machine.h')
-rw-r--r-- | cc/scheduler/scheduler_state_machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/scheduler/scheduler_state_machine.h b/cc/scheduler/scheduler_state_machine.h index 76f63d0..1e6e876 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. |