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

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

Issue 2681443003: Send click event after pointer capturing retarget (Closed)
Patch Set: Rename the function and the parameter names 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/PointerEventManager.h
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
index bc24fe9151631c4df49e1ea62c21929df48ccaf5..1ee3acc483615291dd4b922260e699f25820b9cf 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.h
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
@@ -39,7 +39,8 @@ class CORE_EXPORT PointerEventManager
const String& canvasRegionId,
const AtomicString& type,
const WebMouseEvent&,
- const Vector<WebMouseEvent>& coalescedEvents);
+ const Vector<WebMouseEvent>& coalescedEvents,
+ bool selectionOverLink);
WebInputEventResult handleTouchEvents(
const WebTouchEvent&,

Powered by Google App Engine
This is Rietveld 408576698