summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/root_window.h')
-rw-r--r--ui/aura/root_window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/aura/root_window.h b/ui/aura/root_window.h
index d403d73..18d21ae 100644
--- a/ui/aura/root_window.h
+++ b/ui/aura/root_window.h
@@ -163,6 +163,9 @@ class AURA_EXPORT RootWindow : public ui::CompositorDelegate,
// Dispatches OnMouseExited to the |window| which is hiding if nessessary.
void DispatchMouseExitToHidingWindow(Window* window);
+ // Dispatches a ui::ET_MOUSE_EXITED event at |point|.
+ void DispatchMouseExitAtPoint(const gfx::Point& point);
+
// Invoked when |window|'s visibility has changed.
void OnWindowVisibilityChanged(Window* window, bool is_visible);