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

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

Issue 2812613004: Fire a click event even when a clicked text node is removed in mouseup (Closed)
Patch Set: 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/MouseEventManager.h
diff --git a/third_party/WebKit/Source/core/input/MouseEventManager.h b/third_party/WebKit/Source/core/input/MouseEventManager.h
index 87240bbafab207a6c17aa1f4907b698fb89c08b1..2ac5c782d82fa03548bbaaeca7d76753ac43833b 100644
--- a/third_party/WebKit/Source/core/input/MouseEventManager.h
+++ b/third_party/WebKit/Source/core/input/MouseEventManager.h
@@ -57,7 +57,8 @@ class CORE_EXPORT MouseEventManager final
const WebMouseEvent&);
WebInputEventResult DispatchMouseClickIfNeeded(
- const MouseEventWithHitTestResults&);
+ const MouseEventWithHitTestResults&,
+ Node* release_node);
WebInputEventResult DispatchDragSrcEvent(const AtomicString& event_type,
const WebMouseEvent&);

Powered by Google App Engine
This is Rietveld 408576698