| Index: ash/wm/power_button_controller.cc
|
| diff --git a/ash/wm/power_button_controller.cc b/ash/wm/power_button_controller.cc
|
| index a5074ec14219bd86ef898a8564beee5685f10a6d..621b24a7fd7a47e937f2678ce88982e12400afdc 100644
|
| --- a/ash/wm/power_button_controller.cc
|
| +++ b/ash/wm/power_button_controller.cc
|
| @@ -322,7 +322,6 @@ void PowerButtonController::OnAppTerminating() {
|
| if (!shutting_down_) {
|
| shutting_down_ = true;
|
| Shell* shell = ash::Shell::GetInstance();
|
| - shell->env_filter()->set_update_cursor_visibility(false);
|
| shell->cursor_manager()->ShowCursor(false);
|
| ShowBlackLayer();
|
| StartAnimation(GetAllContainersMask(), ANIMATION_HIDE);
|
| @@ -554,7 +553,6 @@ void PowerButtonController::StartShutdownAnimationAndRequestShutdown() {
|
| shutting_down_ = true;
|
|
|
| Shell* shell = ash::Shell::GetInstance();
|
| - shell->env_filter()->set_update_cursor_visibility(false);
|
| shell->cursor_manager()->ShowCursor(false);
|
|
|
| ShowBlackLayer();
|
|
|