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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 2915613004: [PointerLock] Move "silent mouse lock" logic from renderer to RWHI (Closed)
Patch Set: Add back |RejectMouseLockOrUnlockIfNecessary| in |OnUnlockMouse| 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
Index: content/browser/browser_plugin/browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index b204278653f6b139ca51a0e14e045c90bc625156..fa42cb90d1f828f2b487ed5882b7142497e5abb2 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -299,7 +299,6 @@ class CONTENT_EXPORT BrowserPluginGuest : public GuestHost,
const std::string& command);
void OnLockMouse(bool user_gesture,
- bool last_unlocked_by_target,
bool privileged);
void OnLockMouseAck(int instance_id, bool succeeded);
// Resizes the guest's web contents.

Powered by Google App Engine
This is Rietveld 408576698