Chromium Code Reviews| Index: content/common/view_messages.h |
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
| index add965417bef0ec01be05712006ac0836d7d0de0..4f4a18436d5251e50c8dbb8b48d8422a90149073 100644 |
| --- a/content/common/view_messages.h |
| +++ b/content/common/view_messages.h |
| @@ -1993,7 +1993,8 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent, |
| // Requests to lock the mouse. Will result in a ViewMsg_LockMouse_ACK message |
| // being sent back. |
| -IPC_MESSAGE_ROUTED0(ViewHostMsg_LockMouse) |
| +IPC_MESSAGE_ROUTED1(ViewHostMsg_LockMouse, |
| + bool /* user_gesture */) |
|
yzshen1
2012/04/25 23:24:36
One space after bool, please.
|
| // Requests to unlock the mouse. A ViewMsg_MouseLockLost message will be sent |
| // whenever the mouse is unlocked (which may or may not be caused by |