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

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

Issue 44983003: Events ignoring ack disposition receive synthetic acks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: jdduke comments. Created 7 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/port/common/input_event_ack_state.h
diff --git a/content/port/common/input_event_ack_state.h b/content/port/common/input_event_ack_state.h
index 4458b620050a26df4e76678a9f01a4e62406ecbf..087b22fcd66e91d6f1ade5fe1416ecae54a2da5c 100644
--- a/content/port/common/input_event_ack_state.h
+++ b/content/port/common/input_event_ack_state.h
@@ -11,6 +11,7 @@ namespace content {
enum InputEventAckState {
INPUT_EVENT_ACK_STATE_UNKNOWN,
INPUT_EVENT_ACK_STATE_CONSUMED,
+ INPUT_EVENT_ACK_STATE_IGNORED,
INPUT_EVENT_ACK_STATE_NOT_CONSUMED,
INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS,
INPUT_EVENT_ACK_STATE_MAX = INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS

Powered by Google App Engine
This is Rietveld 408576698