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