| 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..55a392cef7481913631862df2ff209fbd9e75688 100644
|
| --- a/content/common/input/input_event_ack_state.h
|
| +++ b/content/common/input/input_event_ack_state.h
|
| @@ -15,7 +15,9 @@ enum InputEventAckState {
|
| INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS,
|
| INPUT_EVENT_ACK_STATE_IGNORED,
|
| INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING,
|
| - INPUT_EVENT_ACK_STATE_MAX = INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING
|
| + INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING_DUE_TO_FLING,
|
| + INPUT_EVENT_ACK_STATE_MAX =
|
| + INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING_DUE_TO_FLING
|
| };
|
|
|
| } // namespace content
|
|
|