| 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_;
|
|
|
|
|