| Index: cc/scheduler/scheduler_state_machine.h
|
| diff --git a/cc/scheduler/scheduler_state_machine.h b/cc/scheduler/scheduler_state_machine.h
|
| index 018f10e209f8d483c09b4e750bd7cc188da1988f..887e4c743a34450bc1ec5013484c29cc932f4f9d 100644
|
| --- a/cc/scheduler/scheduler_state_machine.h
|
| +++ b/cc/scheduler/scheduler_state_machine.h
|
| @@ -260,6 +260,7 @@ class CC_EXPORT SchedulerStateMachine {
|
| bool ShouldManageTiles() const;
|
|
|
| void AdvanceCurrentFrameNumber();
|
| + bool HasAnimatedThisFrame() const;
|
| bool HasSentBeginMainFrameThisFrame() const;
|
| bool HasUpdatedVisibleTilesThisFrame() const;
|
| bool HasRequestedSwapThisFrame() const;
|
| @@ -307,6 +308,7 @@ class CC_EXPORT SchedulerStateMachine {
|
| bool has_pending_tree_;
|
| bool pending_tree_is_ready_for_activation_;
|
| bool active_tree_needs_first_draw_;
|
| + bool did_commit_after_animating_;
|
| bool did_create_and_initialize_first_output_surface_;
|
| bool impl_latency_takes_priority_;
|
| bool skip_next_begin_main_frame_to_reduce_latency_;
|
|
|