Chromium Code Reviews| 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..ce8729a2ca7e1e3b45bdb43b9064c80afef16614 100644 |
| --- a/ui/aura/window_tree_host.cc |
| +++ b/ui/aura/window_tree_host.cc |
| @@ -152,7 +152,7 @@ void WindowTreeHost::OnCursorVisibilityChanged(bool show) { |
| // will trigger its own mouse enter. |
| if (!show) { |
| ui::EventDispatchDetails details = dispatcher()->DispatchMouseExitAtPoint( |
| - dispatcher()->GetLastMouseLocationInRoot()); |
| + NULL, dispatcher()->GetLastMouseLocationInRoot()); |
|
sky
2015/01/05 17:23:02
nullptr
Miyoung Shin
2015/01/07 07:30:48
ok
|
| if (details.dispatcher_destroyed) |
| return; |
| } |