summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortdresser@chromium.org <tdresser@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-20 20:46:41 +0000
committertdresser@chromium.org <tdresser@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-20 20:46:41 +0000
commit7998387deab98b44078c7591df94d0f5f9ffb849 (patch)
tree79bb1bee1b5f3d2114c22ea85a20c0cf7c8c35d6
parent581b3e794ae226f59b66d9c934318e32c96e97c6 (diff)
downloadchromium_src-7998387deab98b44078c7591df94d0f5f9ffb849.zip
chromium_src-7998387deab98b44078c7591df94d0f5f9ffb849.tar.gz
chromium_src-7998387deab98b44078c7591df94d0f5f9ffb849.tar.bz2
Fix INPUT_EVENT_ACK_STATE_MAX.
BUG=None Review URL: https://codereview.chromium.org/140783010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245941 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--content/port/common/input_event_ack_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/port/common/input_event_ack_state.h b/content/port/common/input_event_ack_state.h
index 5a95772..a482ab0 100644
--- a/content/port/common/input_event_ack_state.h
+++ b/content/port/common/input_event_ack_state.h
@@ -14,7 +14,7 @@ enum InputEventAckState {
INPUT_EVENT_ACK_STATE_NOT_CONSUMED,
INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS,
INPUT_EVENT_ACK_STATE_IGNORED,
- INPUT_EVENT_ACK_STATE_MAX = INPUT_EVENT_ACK_STATE_NO_CONSUMER_EXISTS
+ INPUT_EVENT_ACK_STATE_MAX = INPUT_EVENT_ACK_STATE_IGNORED
};
} // namespace content