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

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

Issue 2581243004: Pass main thread responsiveness threshold via Finch (Closed)
Patch Set: Use EXPECT_FALSE/TRUE - avoids compile error. Created 3 years, 10 months 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
« no previous file with comments | « no previous file | content/renderer/input/main_thread_event_queue.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 09c161174a1dc7f4459b4889b401a7f19130a123..46e43cc5e586b0cf7e502d56d5b037a950a0547d 100644
--- a/content/renderer/input/main_thread_event_queue.h
+++ b/content/renderer/input/main_thread_event_queue.h
@@ -149,12 +149,14 @@ class CONTENT_EXPORT MainThreadEventQueue
bool IsRafAlignedEvent(const blink::WebInputEvent& event);
friend class MainThreadEventQueueTest;
+ friend class MainThreadEventQueueInitializationTest;
int routing_id_;
MainThreadEventQueueClient* client_;
std::unique_ptr<EventWithDispatchType> in_flight_event_;
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_;
« no previous file with comments | « no previous file | content/renderer/input/main_thread_event_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698