| Index: ui/aura/window_tree_host.cc
|
| diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc
|
| index bbe52fc33a6f495f33592fe27591edef151415b3..a75a6893280e3c9a8bab8483ce11e691a05e3580 100644
|
| --- a/ui/aura/window_tree_host.cc
|
| +++ b/ui/aura/window_tree_host.cc
|
| @@ -152,6 +152,7 @@ void WindowTreeHost::OnCursorVisibilityChanged(bool show) {
|
| // will trigger its own mouse enter.
|
| if (!show) {
|
| ui::EventDispatchDetails details = dispatcher()->DispatchMouseExitAtPoint(
|
| + NULL,
|
| dispatcher()->GetLastMouseLocationInRoot());
|
| if (details.dispatcher_destroyed)
|
| return;
|
|
|