| 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..a2125c2896322263291da261367a04397968f5b2 100644
|
| --- a/third_party/WebKit/Source/core/input/EventHandler.h
|
| +++ b/third_party/WebKit/Source/core/input/EventHandler.h
|
| @@ -193,7 +193,7 @@ class CORE_EXPORT EventHandler final
|
| WebInputEventResult SendContextMenuEvent(
|
| const WebMouseEvent&,
|
| Node* override_target_node = nullptr);
|
| - WebInputEventResult SendContextMenuEventForKey(
|
| + WebInputEventResult ShowNonLocatedContextMenu(
|
| Element* override_target_element = nullptr);
|
|
|
| // Returns whether pointerId is active or not
|
|
|