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

Unified Diff: third_party/WebKit/Source/core/input/PointerEventManager.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/PointerEventManager.h
diff --git a/third_party/WebKit/Source/core/input/PointerEventManager.h b/third_party/WebKit/Source/core/input/PointerEventManager.h
index 0ba65f669b0e89d02fe24b546c507043c9c33d26..75172328ae12a9ce12cd95d8f0bd78bdf8039f7d 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 sendClickIfNeeded);
WebInputEventResult handleTouchEvents(
const WebTouchEvent&,

Powered by Google App Engine
This is Rietveld 408576698