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

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

Issue 2471523002: Make touch events uncancelable during fling when they are on the current active scroll layer (Closed)
Patch Set: clean up code 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,
INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS,
INPUT_EVENT_ACK_STATE_IGNORED,
INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING,

Powered by Google App Engine
This is Rietveld 408576698