Index: ui/aura/window_tree_host.cc |
diff --git a/ui/aura/window_tree_host.cc b/ui/aura/window_tree_host.cc |
index a7b5b44fb6781a21e8c034615004acaf6a04df98..39ed6422e50ee4d266ba5ca3c8812a1e6f4539c4 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()); |
+ nullptr, dispatcher()->GetLastMouseLocationInRoot()); |
if (details.dispatcher_destroyed) |
return; |
} |