| 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..b357b2161cd9090f3838ac375718ed5ac6079e6b 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -195,6 +195,7 @@ class CORE_EXPORT EventHandler final
|
| Node* override_target_node = nullptr);
|
| WebInputEventResult SendContextMenuEventForKey(
|
| Element* override_target_element = nullptr);
|
| + WebInputEventResult SendContextMenuEventForTouchSelection();
|
|
|
| // Returns whether pointerId is active or not
|
| bool IsPointerEventActive(int);
|
|
|