| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index add965417bef0ec01be05712006ac0836d7d0de0..4ca4502bcbaf354fc8561e0b59c0cf25fa1ace59 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 */)
|
|
|
| // 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
|
|
|