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

Unified Diff: content/common/view_messages.h

Issue 2915613004: [PointerLock] Move "silent mouse lock" logic from renderer to RWHI (Closed)
Patch Set: jochen's comment: Remove 'const' before local bool Created 3 years, 6 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
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index 83ce210de4309173fc65880539b4c43528492da7..6b0b28f1ddffc6f6c57e6c25eb27fe21504048d7 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -820,9 +820,8 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_MediaLogEvents,
// |privileged| is used by Pepper Flash. If this flag is set to true, we won't
// pop up a bubble to ask for user permission or take mouse lock content into
// account.
-IPC_MESSAGE_ROUTED3(ViewHostMsg_LockMouse,
+IPC_MESSAGE_ROUTED2(ViewHostMsg_LockMouse,
bool /* user_gesture */,
- bool /* last_unlocked_by_target */,
bool /* privileged */)
// Requests to unlock the mouse. A ViewMsg_MouseLockLost message will be sent
« no previous file with comments | « content/browser/renderer_host/render_widget_host_impl.cc ('k') | content/public/test/browser_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698