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

Unified Diff: content/renderer/input/input_event_filter.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/common/input/input_event_ack_state.h ('k') | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/input/input_event_filter.h
diff --git a/content/renderer/input/input_event_filter.h b/content/renderer/input/input_event_filter.h
index 2884ba73c7d28dd0e98041a8c4a08538e2c8278b..14185899429710596875a7853893e2f9ee5bb6d0 100644
--- a/content/renderer/input/input_event_filter.h
+++ b/content/renderer/input/input_event_filter.h
@@ -65,7 +65,6 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
void UnregisterRoutingID(int routing_id) override;
void DidOverscroll(int routing_id,
const ui::DidOverscrollParams& params) override;
- void DidStartFlinging(int routing_id) override;
void DidStopFlinging(int routing_id) override;
void DispatchNonBlockingEventToMainThread(
int routing_id,
@@ -112,7 +111,6 @@ class CONTENT_EXPORT InputEventFilter : public InputHandlerManagerClient,
std::unique_ptr<ui::DidOverscrollParams> overscroll_params);
void SendMessage(std::unique_ptr<IPC::Message> message);
void SendMessageOnIOThread(std::unique_ptr<IPC::Message> message);
- void SetIsFlingingInMainThreadEventQueue(int routing_id, bool is_flinging);
scoped_refptr<base::SingleThreadTaskRunner> main_task_runner_;
base::Callback<void(const IPC::Message&)> main_listener_;
« no previous file with comments | « content/common/input/input_event_ack_state.h ('k') | content/renderer/input/input_event_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698