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 |