diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-21 22:42:58 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-21 22:42:58 +0000 |
commit | e1e08b4c73f6565a65e25f58374cf257ae1bbfbf (patch) | |
tree | e84f7da82738d67fc0403ea70b267db526c9e2a7 /ppapi/proxy/ppapi_messages.h | |
parent | 08b2596f531f40e2de46fc2121b490a9996c1105 (diff) | |
download | chromium_src-e1e08b4c73f6565a65e25f58374cf257ae1bbfbf.zip chromium_src-e1e08b4c73f6565a65e25f58374cf257ae1bbfbf.tar.gz chromium_src-e1e08b4c73f6565a65e25f58374cf257ae1bbfbf.tar.bz2 |
Add GetUsbKeyCode _Dev interface for Pepper key events
Remove CreatePPEvent since it isn't used anywhere.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9353013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122892 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/proxy/ppapi_messages.h')
-rw-r--r-- | ppapi/proxy/ppapi_messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/proxy/ppapi_messages.h b/ppapi/proxy/ppapi_messages.h index 2c4ddd3..e6ecff9 100644 --- a/ppapi/proxy/ppapi_messages.h +++ b/ppapi/proxy/ppapi_messages.h @@ -130,6 +130,7 @@ IPC_STRUCT_TRAITS_BEGIN(ppapi::InputEventData) IPC_STRUCT_TRAITS_MEMBER(wheel_ticks) IPC_STRUCT_TRAITS_MEMBER(wheel_scroll_by_page) IPC_STRUCT_TRAITS_MEMBER(key_code) + IPC_STRUCT_TRAITS_MEMBER(usb_key_code) IPC_STRUCT_TRAITS_MEMBER(character_text) IPC_STRUCT_TRAITS_MEMBER(composition_segment_offsets) IPC_STRUCT_TRAITS_MEMBER(composition_target_segment) |