Add InputEvent and EventPacket types for batched input delivery
commit6e463eb8999d2bfb7fc188428efde55514f90819
authorjdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 7 Sep 2013 07:07:52 +0000 (7 07:07 +0000)
committerjdduke@chromium.org <jdduke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Sat, 7 Sep 2013 07:07:52 +0000 (7 07:07 +0000)
treeee2e8c483ae8fc7b7265e939302444902682329e
parent82a192c74f88e0440d4e4e3fc28869df2f60fb36
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
18 files changed:
content/common/input/OWNERS [new file with mode: 0644]
content/common/input/event_packet.cc [new file with mode: 0644]
content/common/input/event_packet.h [new file with mode: 0644]
content/common/input/input_event.cc [new file with mode: 0644]
content/common/input/input_event.h [new file with mode: 0644]
content/common/input/input_event_disposition.cc [new file with mode: 0644]
content/common/input/input_event_disposition.h [new file with mode: 0644]
content/common/input/input_param_traits.cc [new file with mode: 0644]
content/common/input/input_param_traits.h [new file with mode: 0644]
content/common/input/input_param_traits_unittest.cc [new file with mode: 0644]
content/common/input/ipc_input_event_payload.cc [new file with mode: 0644]
content/common/input/ipc_input_event_payload.h [new file with mode: 0644]
content/common/input/web_input_event_payload.cc [new file with mode: 0644]
content/common/input/web_input_event_payload.h [new file with mode: 0644]
content/common/input_messages.h
content/content_common.gypi
content/content_tests.gypi
content/port/common/input_event_ack_state.h