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

Unified Diff: third_party/WebKit/Source/core/input/PointerEventManager.h

Issue 2973963003: Release mouse pointer capture when it starts drag (Closed)
Patch Set: Created 3 years, 5 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/PointerEventManager.h
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
index f1bf20968ab89005dbdc38b892f08ce025fab9ed..8a719d6cdf5e59d1185ee4fb9e8296a3348112a9 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.h
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
@@ -30,6 +30,10 @@ class CORE_EXPORT PointerEventManager
PointerEventManager(LocalFrame&, MouseEventManager&);
DECLARE_TRACE();
+ // This is the unified path for handling all input device events. This may
+ // cause firing DOM pointerevents, mouseevent, and touch events accordingly.
mustaq 2017/07/10 16:17:30 Say it's a WIP, link to the bug (we have one, righ
Navid Zolghadr 2017/07/11 15:41:06 Done.
+ WebInputEventResult HandlePointerEvent(const WebPointerEvent&, Node* target);
+
// Sends the mouse pointer events and the boundary events
// that it may cause. It also sends the compat mouse events
// and sets the newNodeUnderMouse if the capturing is set

Powered by Google App Engine
This is Rietveld 408576698