| Index: ash/magnifier/magnification_controller.cc
|
| diff --git a/ash/magnifier/magnification_controller.cc b/ash/magnifier/magnification_controller.cc
|
| index aa8295b4057111d6d95664795c15356d60e8726a..78c2cabdf8d41bd74e01c4ee1a611e4e8c30fc97 100644
|
| --- a/ash/magnifier/magnification_controller.cc
|
| +++ b/ash/magnifier/magnification_controller.cc
|
| @@ -540,7 +540,7 @@ void MagnificationControllerImpl::OnWindowDestroying(
|
| // destroyed before the root windows get destroyed.
|
| DCHECK(root_window);
|
|
|
| - aura::Window* target_root_window = Shell::GetTargetRootWindow();
|
| + aura::Window* target_root_window = Shell::GetRootWindowForNewWindows();
|
| CHECK(target_root_window);
|
|
|
| // The destroyed root window must not be target.
|
|
|