| Index: ash/wm/session_state_controller_impl.cc
|
| ===================================================================
|
| --- ash/wm/session_state_controller_impl.cc (revision 177177)
|
| +++ ash/wm/session_state_controller_impl.cc (working copy)
|
| @@ -52,7 +52,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,
|
| @@ -219,7 +219,7 @@
|
|
|
| Shell* shell = ash::Shell::GetInstance();
|
| shell->env_filter()->set_cursor_hidden_by_filter(false);
|
| - shell->cursor_manager()->ShowCursor(false);
|
| + shell->cursor_manager()->DisableMouseEvents();
|
|
|
| if (login_status_ != user::LOGGED_IN_NONE) {
|
| // Hide the other containers before starting the animation.
|
|
|