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

Unified Diff: third_party/WebKit/Source/core/input/EventHandlerTest.cpp

Issue 2785853002: Selection Action mode triggered like a context menu (Closed)
Patch Set: fixing tests 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/EventHandlerTest.cpp
diff --git a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
index 47f1a051577c0ceffeab11d7ab76dcdf15226082..8aa7af09f71ddc779810aeaa4cc9ee5b54b5f0f2 100644
--- a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
+++ b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp
@@ -480,7 +480,7 @@ TEST_F(EventHandlerTest, MisspellingContextMenuEvent) {
Selection().ComputeVisibleSelectionInDOMTreeDeprecated().IsCaret());
ASSERT_TRUE(Selection().IsHandleVisible());
- GetDocument().GetFrame()->GetEventHandler().SendContextMenuEventForKey(
+ GetDocument().GetFrame()->GetEventHandler().ShowNonLocatedContextMenu(
nullptr, kMenuSourceTouchHandle);
ASSERT_TRUE(

Powered by Google App Engine
This is Rietveld 408576698