summaryrefslogtreecommitdiffstats
path: root/ui/aura/root_window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ui/aura/root_window.cc')
-rw-r--r--ui/aura/root_window.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/aura/root_window.cc b/ui/aura/root_window.cc
index 33347cb..4c7c6dd 100644
--- a/ui/aura/root_window.cc
+++ b/ui/aura/root_window.cc
@@ -210,6 +210,7 @@ void RootWindow::OnCursorVisibilityChanged(bool show) {
// cursor state.
Env::GetInstance()->SetCursorShown(show);
PostMouseMoveEventAfterWindowChange();
+ host_->OnCursorVisibilityChanged(show);
}
void RootWindow::MoveCursorTo(const gfx::Point& location_in_dip) {