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 f50f3dc3aa553de58e02926a0b03a8594aaad171..2d5fc4480c85b0b7b41dfbc108ef544f62ba65be 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandler.h |
+++ b/third_party/WebKit/Source/core/input/EventHandler.h |
@@ -194,7 +194,8 @@ class CORE_EXPORT EventHandler final |
const WebMouseEvent&, |
Node* override_target_node = nullptr); |
WebInputEventResult SendContextMenuEventForKey( |
- Element* override_target_element = nullptr); |
+ Element* override_target_element = nullptr, |
+ bool from_touch_handle = false); |
// Returns whether pointerId is active or not |
bool IsPointerEventActive(int); |