Index: cc/scheduler/scheduler_state_machine.h |
diff --git a/cc/scheduler/scheduler_state_machine.h b/cc/scheduler/scheduler_state_machine.h |
index 0477a2f11137a98a1048e3b41226eba2e7b6a8d4..d84211abc476f6b6d1bf3f4b3a733146b3c8c757 100644 |
--- a/cc/scheduler/scheduler_state_machine.h |
+++ b/cc/scheduler/scheduler_state_machine.h |
@@ -251,10 +251,6 @@ class CC_EXPORT SchedulerStateMachine { |
// True if we need to abort draws to make forward progress. |
bool PendingDrawsShouldBeAborted() const; |
- void SetContinuousPainting(bool continuous_painting) { |
- continuous_painting_ = continuous_painting; |
- } |
- |
bool CouldSendBeginMainFrame() const; |
void SetDeferCommits(bool defer_commits); |
@@ -337,7 +333,6 @@ class CC_EXPORT SchedulerStateMachine { |
bool impl_latency_takes_priority_; |
bool main_thread_missed_last_deadline_; |
bool skip_next_begin_main_frame_to_reduce_latency_; |
- bool continuous_painting_; |
bool children_need_begin_frames_; |
bool defer_commits_; |
bool video_needs_begin_frames_; |