diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-12 14:27:29 +0200 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-10-13 09:35:20 +0000 |
commit | c30a6232df03e1efbd9f3b226777b07e087a1122 (patch) | |
tree | e992f45784689f373bcc38d1b79a239ebe17ee23 /chromium/cc/scheduler/scheduler_state_machine.h | |
parent | 7b5b123ac58f58ffde0f4f6e488bcd09aa4decd3 (diff) | |
download | qtwebengine-chromium-85-based.tar.gz |
BASELINE: Update Chromium to 85.0.4183.14085-based
Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057
Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/cc/scheduler/scheduler_state_machine.h')
-rw-r--r-- | chromium/cc/scheduler/scheduler_state_machine.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chromium/cc/scheduler/scheduler_state_machine.h b/chromium/cc/scheduler/scheduler_state_machine.h index f6a8d0a37f1..97b2571f99e 100644 --- a/chromium/cc/scheduler/scheduler_state_machine.h +++ b/chromium/cc/scheduler/scheduler_state_machine.h @@ -344,10 +344,6 @@ class CC_EXPORT SchedulerStateMachine { return should_defer_invalidation_for_fast_main_frame_; } - bool main_thread_failed_to_respond_last_deadline() const { - return main_thread_failed_to_respond_last_deadline_; - } - protected: bool BeginFrameRequiredForAction() const; bool BeginFrameNeededForVideo() const; @@ -471,10 +467,6 @@ class CC_EXPORT SchedulerStateMachine { // tree. During this time we should not activate the pending tree. bool processing_paint_worklets_for_pending_tree_ = false; - // Set to true if the main thread fails to respond with a commit or abort the - // main frame before the draw deadline on the previous impl frame. - bool main_thread_failed_to_respond_last_deadline_ = false; - bool previous_pending_tree_was_impl_side_ = false; bool current_pending_tree_is_impl_side_ = false; |