| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index e85bda17f875696c89baa6b0b07604f1c3c7e31d..8e880084536e493787373a3615906cd244570e7a 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -2051,8 +2051,9 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvent,
|
|
|
| // Requests to lock the mouse. Will result in a ViewMsg_LockMouse_ACK message
|
| // being sent back.
|
| -IPC_MESSAGE_ROUTED1(ViewHostMsg_LockMouse,
|
| - bool /* user_gesture */)
|
| +IPC_MESSAGE_ROUTED2(ViewHostMsg_LockMouse,
|
| + bool /* user_gesture */,
|
| + bool /* after_unlocked_by_target */)
|
|
|
| // 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
|
|
|