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

Unified Diff: ui/aura/window.h

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/test/test_screen.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window.h
diff --git a/ui/aura/window.h b/ui/aura/window.h
index bfbe7d3dcf06aa9ff7e23e087b80c06481f401d5..2996584fb7ebf93febaafaa61b5ce84bd3896514 100644
--- a/ui/aura/window.h
+++ b/ui/aura/window.h
@@ -263,9 +263,6 @@ class AURA_EXPORT Window : public ui::LayerDelegate,
// purposes of event targeting.
Window* GetEventHandlerForPoint(const gfx::Point& local_point);
- // Returns the topmost Window with a delegate containing |local_point|.
- Window* GetTopWindowContainingPoint(const gfx::Point& local_point);
-
// Returns this window's toplevel window (the highest-up-the-tree ancestor
// that has a delegate set). The toplevel window may be |this|.
Window* GetToplevelWindow();
« no previous file with comments | « ui/aura/test/test_screen.cc ('k') | ui/aura/window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698