Index: ash/wm/session_state_controller_impl2.cc |
=================================================================== |
--- ash/wm/session_state_controller_impl2.cc (revision 177177) |
+++ ash/wm/session_state_controller_impl2.cc (working copy) |
@@ -171,7 +171,7 @@ |
shutting_down_ = true; |
Shell* shell = ash::Shell::GetInstance(); |
shell->env_filter()->set_cursor_hidden_by_filter(false); |
- shell->cursor_manager()->ShowCursor(false); |
+ shell->cursor_manager()->DisableMouseEvents(); |
animator_->StartAnimation( |
internal::SessionStateAnimator::kAllContainersMask, |
internal::SessionStateAnimator::ANIMATION_HIDE_IMMEDIATELY, |
@@ -279,7 +279,7 @@ |
Shell* shell = ash::Shell::GetInstance(); |
shell->env_filter()->set_cursor_hidden_by_filter(false); |
- shell->cursor_manager()->ShowCursor(false); |
+ shell->cursor_manager()->DisableMouseEvents(); |
StartShutdownAnimationImpl(); |
} |
@@ -338,7 +338,7 @@ |
Shell* shell = ash::Shell::GetInstance(); |
shell->env_filter()->set_cursor_hidden_by_filter(false); |
- shell->cursor_manager()->ShowCursor(false); |
+ shell->cursor_manager()->DisableMouseEvents(); |
StartRealShutdownTimer(false); |
} |