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: third_party/WebKit/Source/core/input/EventHandler.h

Issue 2807433003: No pointer captured when the pointer lock is applied (Closed)
Patch Set: pointer lock Created 3 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: third_party/WebKit/Source/core/input/EventHandler.h
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h
index cd7a713cd01472cf0d9a411ab9ac14efb35ce0fb..e29af532e644b3b469a357d2259d72808190170f 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.h
+++ b/third_party/WebKit/Source/core/input/EventHandler.h
@@ -203,8 +203,10 @@ class CORE_EXPORT EventHandler final
void SetPointerCapture(int, EventTarget*);
void ReleasePointerCapture(int, EventTarget*);
+ void ReleaseMousePointerCapture();
bool HasPointerCapture(int, const EventTarget*) const;
bool HasProcessedPointerCapture(int, const EventTarget*) const;
+ void ProcessPendingPointerCaptureForPointerLock(const WebMouseEvent&);
void ElementRemoved(EventTarget*);
« no previous file with comments | « third_party/WebKit/Source/core/frame/WebFrameWidgetBase.cpp ('k') | third_party/WebKit/Source/core/input/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698