| Index: ash/display/mirror_window_controller.cc
|
| diff --git a/ash/display/mirror_window_controller.cc b/ash/display/mirror_window_controller.cc
|
| index b0e2d24f58708b56af2c74c3faee2a115031379d..035ab953873c586ab1922eec332106cdfeb0bdca 100644
|
| --- a/ash/display/mirror_window_controller.cc
|
| +++ b/ash/display/mirror_window_controller.cc
|
| @@ -200,7 +200,6 @@ void MirrorWindowController::UpdateWindow(
|
| }
|
| #endif
|
|
|
| -#if defined(OS_CHROMEOS)
|
| if (display_manager->IsInUnifiedMode()) {
|
| host_info->ash_host->ConfineCursorToRootWindow();
|
| AshWindowTreeHost* unified_ash_host =
|
| @@ -212,7 +211,6 @@ void MirrorWindowController::UpdateWindow(
|
| aura::client::SetScreenPositionClient(host->window(),
|
| screen_position_client_.get());
|
| }
|
| -#endif
|
|
|
| aura::client::SetCaptureClient(host->window(), new NoneCaptureClient());
|
| host->Show();
|
|
|