Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2031)

Unified Diff: content/renderer/input/main_thread_event_queue.h

Issue 2581243004: Pass main thread responsiveness threshold via Finch (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/renderer/input/main_thread_event_queue.h
diff --git a/content/renderer/input/main_thread_event_queue.h b/content/renderer/input/main_thread_event_queue.h
index daa73d96b38eeb27ea1830ef8e58068f4703b13d..b65a80f1c0fdc6b04bf3f2d4f8d662ab7c288bcd 100644
--- a/content/renderer/input/main_thread_event_queue.h
+++ b/content/renderer/input/main_thread_event_queue.h
@@ -154,6 +154,7 @@ class CONTENT_EXPORT MainThreadEventQueue
bool last_touch_start_forced_nonblocking_due_to_fling_;
bool enable_fling_passive_listener_flag_;
bool enable_non_blocking_due_to_main_thread_responsiveness_flag_;
+ base::TimeDelta main_thread_responsiveness_threshold_;
bool handle_raf_aligned_touch_input_;
bool handle_raf_aligned_mouse_input_;

Powered by Google App Engine
This is Rietveld 408576698