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

Unified Diff: ash/mus/screen_mus.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/drag_drop/drag_drop_controller_unittest.cc ('k') | extensions/shell/browser/shell_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/screen_mus.cc
diff --git a/ash/mus/screen_mus.cc b/ash/mus/screen_mus.cc
index e58cff9dd26d15818891a9bbf459d8ce99a135d9..f5e696b7ab46d42e58737058a408cf3f5690049e 100644
--- a/ash/mus/screen_mus.cc
+++ b/ash/mus/screen_mus.cc
@@ -66,7 +66,7 @@ gfx::NativeWindow ScreenMus::GetWindowAtScreenPoint(const gfx::Point& point) {
if (position_client)
position_client->ConvertPointFromScreen(root_window, &local_point);
- return root_window->GetTopWindowContainingPoint(local_point);
+ return root_window->GetEventHandlerForPoint(local_point);
}
} // namespace ash
« no previous file with comments | « ash/drag_drop/drag_drop_controller_unittest.cc ('k') | extensions/shell/browser/shell_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698