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

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, 8 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 6098b17bc575c0c65d71ef5fffd45ef8a7a10d00..2d6d0806c1e71f866282591c15ef1b19402368fa 100644
--- a/third_party/WebKit/Source/core/input/EventHandler.h
+++ b/third_party/WebKit/Source/core/input/EventHandler.h
@@ -200,6 +200,7 @@ class CORE_EXPORT EventHandler final
void setPointerCapture(int, EventTarget*);
void releasePointerCapture(int, EventTarget*);
+ void releasePointerCapture();
bool hasPointerCapture(int, const EventTarget*) const;
bool hasProcessedPointerCapture(int, const EventTarget*) const;

Powered by Google App Engine
This is Rietveld 408576698