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

Unified Diff: ui/aura/window.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 | « ui/aura/window.h ('k') | ui/aura/window_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.cc
diff --git a/ui/aura/window.cc b/ui/aura/window.cc
index 481b03943ed56a785b73d5997666e462d66c300e..f085a86a81a83921c028fd9e13d381539df8034a 100644
--- a/ui/aura/window.cc
+++ b/ui/aura/window.cc
@@ -497,10 +497,6 @@ Window* Window::GetEventHandlerForPoint(const gfx::Point& local_point) {
return GetWindowForPoint(local_point, true, true);
}
-Window* Window::GetTopWindowContainingPoint(const gfx::Point& local_point) {
- return GetWindowForPoint(local_point, false, false);
-}
-
Window* Window::GetToplevelWindow() {
// TODO: this may need to call to the WindowPort. For mus this may need to
// return for any top level.
« no previous file with comments | « ui/aura/window.h ('k') | ui/aura/window_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698