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

Unified Diff: ash/drag_drop/drag_drop_controller_unittest.cc

Issue 2715513006: Fix showing the sibling menu on mouse move (Closed)
Patch Set: Fix compile error Created 3 years, 9 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 | « ash/display/screen_ash.cc ('k') | ash/mus/screen_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/drag_drop/drag_drop_controller_unittest.cc
diff --git a/ash/drag_drop/drag_drop_controller_unittest.cc b/ash/drag_drop/drag_drop_controller_unittest.cc
index 7d96d99198d69e5268b49800e6a00bf0d852bfab..47b719fc921cef6ad48e5df3aa5eab5ce528c54c 100644
--- a/ash/drag_drop/drag_drop_controller_unittest.cc
+++ b/ash/drag_drop/drag_drop_controller_unittest.cc
@@ -783,7 +783,6 @@ TEST_F(DragDropControllerTest, CaptureLostCancelsDragDrop) {
ASSERT_TRUE(capture_window);
EXPECT_EQ("0x0", capture_window->bounds().size().ToString());
EXPECT_EQ(NULL, capture_window->GetEventHandlerForPoint(gfx::Point()));
- EXPECT_EQ(NULL, capture_window->GetTopWindowContainingPoint(gfx::Point()));
aura::client::GetCaptureClient(widget->GetNativeView()->GetRootWindow())
->SetCapture(NULL);
« no previous file with comments | « ash/display/screen_ash.cc ('k') | ash/mus/screen_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698