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

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

Issue 2681443003: Send click event after pointer capturing retarget (Closed)
Patch Set: Created 3 years, 10 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 0628dfb560b3d60734fda8e5d07b4390c66952db..ab3901933e2403f2c22100a0bdf45b02e4dc6412 100644
--- a/third_party/WebKit/Source/core/input/MouseEventManager.h
+++ b/third_party/WebKit/Source/core/input/MouseEventManager.h
@@ -56,8 +56,9 @@ class CORE_EXPORT MouseEventManager final
const AtomicString& eventType,
const WebMouseEvent&);
- WebInputEventResult dispatchMouseClickIfNeeded(
- const MouseEventWithHitTestResults&);
+ WebInputEventResult dispatchMouseClickIfNeeded(Node* target,
+ const WebMouseEvent&,
+ const String& canvasRegionId);
WebInputEventResult dispatchDragSrcEvent(const AtomicString& eventType,
const WebMouseEvent&);

Powered by Google App Engine
This is Rietveld 408576698