Index: third_party/WebKit/Source/core/input/EventHandler.h |
diff --git a/third_party/WebKit/Source/core/input/EventHandler.h b/third_party/WebKit/Source/core/input/EventHandler.h |
index 6b52de472203e79f716c2133e1e82bd32a7e9b0b..ad890042da97534d827c628df62b6aa7fbee5234 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.h |
+++ b/third_party/WebKit/Source/core/input/EventHandler.h |
@@ -307,7 +307,8 @@ class CORE_EXPORT EventHandler final |
Node* target, |
const String& canvasRegionId, |
const WebMouseEvent&, |
- const Vector<WebMouseEvent>& coalescedEvents); |
+ const Vector<WebMouseEvent>& coalescedEvents, |
+ bool sendClickIfNeeded = false); |
// Clears drag target and related states. It is called when drag is done or |
// canceled. |