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

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

Issue 2479023003: Remove is_fling flag for fling intervention (Closed)
Patch Set: Make enum explicitly Created 4 years, 1 month 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 | « content/renderer/input/input_handler_wrapper.cc ('k') | 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 d92537da887a1a8a14aece1bbd90e341c43e2765..9852b3ddf9a8c1beeba9eb544bec5283b3c60a0c 100644
--- a/content/renderer/input/main_thread_event_queue.h
+++ b/content/renderer/input/main_thread_event_queue.h
@@ -127,8 +127,6 @@ class CONTENT_EXPORT MainThreadEventQueue
void EventHandled(blink::WebInputEvent::Type type,
InputEventAckState ack_result);
- void set_is_flinging(bool is_flinging) { is_flinging_ = is_flinging; }
-
private:
friend class base::RefCountedThreadSafe<MainThreadEventQueue>;
~MainThreadEventQueue();
@@ -149,7 +147,6 @@ class CONTENT_EXPORT MainThreadEventQueue
int routing_id_;
MainThreadEventQueueClient* client_;
std::unique_ptr<EventWithDispatchType> in_flight_event_;
- bool is_flinging_;
bool last_touch_start_forced_nonblocking_due_to_fling_;
bool enable_fling_passive_listener_flag_;
bool handle_raf_aligned_touch_input_;
« no previous file with comments | « content/renderer/input/input_handler_wrapper.cc ('k') | content/renderer/input/main_thread_event_queue.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698