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

Unified Diff: extensions/shell/browser/shell_screen.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/mus/screen_mus.cc ('k') | ui/aura/test/test_screen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/shell/browser/shell_screen.cc
diff --git a/extensions/shell/browser/shell_screen.cc b/extensions/shell/browser/shell_screen.cc
index 2f4845d6cab179cc01e817c76f47f3c2861e1dfa..3881f0d042ee374a11aa0a19eaf636e008371c13 100644
--- a/extensions/shell/browser/shell_screen.cc
+++ b/extensions/shell/browser/shell_screen.cc
@@ -73,7 +73,7 @@ bool ShellScreen::IsWindowUnderCursor(gfx::NativeWindow window) {
}
gfx::NativeWindow ShellScreen::GetWindowAtScreenPoint(const gfx::Point& point) {
- return host_->window()->GetTopWindowContainingPoint(point);
+ return host_->window()->GetEventHandlerForPoint(point);
}
display::Display ShellScreen::GetDisplayNearestWindow(
« no previous file with comments | « ash/mus/screen_mus.cc ('k') | ui/aura/test/test_screen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698