summaryrefslogtreecommitdiffstats
path: root/content/port
diff options
context:
space:
mode:
authorjdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-07 07:07:52 +0000
committerjdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-07 07:07:52 +0000
commit6e463eb8999d2bfb7fc188428efde55514f90819 (patch)
treeee2e8c483ae8fc7b7265e939302444902682329e /content/port
parent82a192c74f88e0440d4e4e3fc28869df2f60fb36 (diff)
downloadchromium_src-6e463eb8999d2bfb7fc188428efde55514f90819.zip
chromium_src-6e463eb8999d2bfb7fc188428efde55514f90819.tar.gz
chromium_src-6e463eb8999d2bfb7fc188428efde55514f90819.tar.bz2
Add InputEvent and EventPacket types for batched input delivery
With the BufferedInputRouter, browser input events will be batched into packets before being sent to the renderer. Add a common InputEvent type that provides id'ed carriage of either WebInputEvents or general IPC input messages. Also add a composite EventPacket type for batched InputEvent transport and dispatch. BUG=245499 Review URL: https://chromiumcodereview.appspot.com/19624005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221905 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/port')
-rw-r--r--content/port/common/input_event_ack_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/port/common/input_event_ack_state.h b/content/port/common/input_event_ack_state.h
index 55fd99c..4458b62 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