Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(521)

Unified Diff: third_party/WebKit/Source/core/input/EventHandler.h

Issue 2905783002: Rename SendContextMenuEventForKey to ShowNonLocatedContextMenu (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698