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 55fd99c7d32f265beb92efd753579859a6ac5ad9..4458b620050a26df4e76678a9f01a4e62406ecbf 100644 |
--- a/content/port/common/input_event_ack_state.h |
+++ b/content/port/common/input_event_ack_state.h |
@@ -13,6 +13,7 @@ enum InputEventAckState { |
INPUT_EVENT_ACK_STATE_CONSUMED, |
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 |
}; |
} // namespace content |