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&, |