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

Unified Diff: Source/core/page/ContextMenuControllerTest.cpp

Issue 1232003009: Implement DragEvent and move MouseEvent.dataTransfer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix plugin failure of LayoutTest Created 5 years, 4 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
« no previous file with comments | « Source/core/input/EventHandler.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/ContextMenuControllerTest.cpp
diff --git a/Source/core/page/ContextMenuControllerTest.cpp b/Source/core/page/ContextMenuControllerTest.cpp
index ce6092d13449ea5b11081e5e477b2da460c6edc7..83adf73c3a8bb81258a2e8f24c02b96f316f3409 100644
--- a/Source/core/page/ContextMenuControllerTest.cpp
+++ b/Source/core/page/ContextMenuControllerTest.cpp
@@ -70,7 +70,7 @@ TEST_F(ContextMenuControllerTest, TestCustomMenu)
// Create right button click event and pass it to context menu controller.
RefPtrWillBeRawPtr<Event> event = MouseEvent::create(EventTypeNames::click, false, false,
- document().domWindow(), 50, 50, 0, 0, 0, 0, 0, false, false, false, false, 1, 0, nullptr, nullptr);
+ document().domWindow(), 50, 50, 0, 0, 0, 0, 0, false, false, false, false, 1, 0, nullptr);
document().getElementById("button_id")->focus();
event->setTarget(document().getElementById("button_id"));
document().page()->contextMenuController().handleContextMenuEvent(event.get());
« no previous file with comments | « Source/core/input/EventHandler.cpp ('k') | Source/web/WebPluginContainerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698