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

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

Issue 2771463002: Revert "Send click event after pointer capturing retarget" (Closed)
Patch Set: Created 3 years, 9 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 1ee3acc483615291dd4b922260e699f25820b9cf..bc24fe9151631c4df49e1ea62c21929df48ccaf5 100644
--- a/third_party/WebKit/Source/core/input/PointerEventManager.h
+++ b/third_party/WebKit/Source/core/input/PointerEventManager.h
@@ -39,8 +39,7 @@ class CORE_EXPORT PointerEventManager
const String& canvasRegionId,
const AtomicString& type,
const WebMouseEvent&,
- const Vector<WebMouseEvent>& coalescedEvents,
- bool selectionOverLink);
+ const Vector<WebMouseEvent>& coalescedEvents);
WebInputEventResult handleTouchEvents(
const WebTouchEvent&,

Powered by Google App Engine
This is Rietveld 408576698