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

Unified Diff: content/common/input/input_event_ack_state.h

Issue 2479023003: Remove is_fling flag for fling intervention (Closed)
Patch Set: remove flag 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
Index: content/common/input/input_event_ack_state.h
diff --git a/content/common/input/input_event_ack_state.h b/content/common/input/input_event_ack_state.h
index c8e8f833b8608f6e1340ddc81960e693c5218c61..bbab024733d54d6c524485c7c48535e9b353fe18 100644
--- a/content/common/input/input_event_ack_state.h
+++ b/content/common/input/input_event_ack_state.h
@@ -12,6 +12,7 @@ enum InputEventAckState {
INPUT_EVENT_ACK_STATE_UNKNOWN,
INPUT_EVENT_ACK_STATE_CONSUMED,
INPUT_EVENT_ACK_STATE_NOT_CONSUMED,
+ INPUT_EVENT_ACK_STATE_NOT_CONSUMED_NON_BLOCKING,
tdresser 2016/11/07 17:57:31 Should this be NOT_CONSUMED_SET_NON_BLOCKING? Coul
INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS,
INPUT_EVENT_ACK_STATE_IGNORED,
INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING,
« no previous file with comments | « content/browser/renderer_host/input/input_router_impl.cc ('k') | content/renderer/input/input_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698