Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(390)

Unified Diff: content/common/view_messages.h

Issue 10443045: Silent mouse lock after unlock by target (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: forgot to fix some syntax Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index e85bda17f875696c89baa6b0b07604f1c3c7e31d..c448bd6d3bf8643af28f18b85b0d6df83be26d5b 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 /* last_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

Powered by Google App Engine
This is Rietveld 408576698