summaryrefslogtreecommitdiffstats
path: root/content/common/view_messages.h
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 08:17:57 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-30 08:17:57 +0000
commit3daf1c3dc5ee28aecc901e5268f6183d96ec5ffc (patch)
tree3453614d96a9580a0e26cfe5e1f855e39e35793b /content/common/view_messages.h
parentc6e1f9e6bfb167569afbec108cb7dba07adc3110 (diff)
downloadchromium_src-3daf1c3dc5ee28aecc901e5268f6183d96ec5ffc.zip
chromium_src-3daf1c3dc5ee28aecc901e5268f6183d96ec5ffc.tar.gz
chromium_src-3daf1c3dc5ee28aecc901e5268f6183d96ec5ffc.tar.bz2
Send one WebKeyboardEvent to the RenderWidget at a time. Move keyboard
shortcut handling to the RenderWidgetHost. R=jam@chromium.org Review URL: http://codereview.chromium.org/8727010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/view_messages.h')
-rw-r--r--content/common/view_messages.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 9c175e3..971e565 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -727,10 +727,7 @@ IPC_MESSAGE_ROUTED4(ViewMsg_PaintAtSize,
// This signals the render view that it can send another UpdateRect message.
IPC_MESSAGE_ROUTED0(ViewMsg_UpdateRect_ACK)
-// Message payload includes:
-// 1. A blob that should be cast to WebInputEvent
-// 2. An optional boolean value indicating if a RawKeyDown event is associated
-// to a keyboard shortcut of the browser.
+// Message payload includes a blob that should be cast to WebInputEvent
IPC_MESSAGE_ROUTED0(ViewMsg_HandleInputEvent)
// This message notifies the renderer that the next key event is bound to one