| Index: ash/aura/shell_port_classic.cc
|
| diff --git a/ash/aura/shell_port_classic.cc b/ash/aura/shell_port_classic.cc
|
| index 0e977f51549af9273b2c31bbfd90726a4497195f..70a5e92c28b3f1c4a61c94bcf5756bf9f8e1b493 100644
|
| --- a/ash/aura/shell_port_classic.cc
|
| +++ b/ash/aura/shell_port_classic.cc
|
| @@ -78,9 +78,8 @@ Config ShellPortClassic::GetAshConfig() const {
|
| return Config::CLASSIC;
|
| }
|
|
|
| -WmWindow* ShellPortClassic::GetPrimaryRootWindow() {
|
| - return WmWindow::Get(
|
| - Shell::Get()->window_tree_host_manager()->GetPrimaryRootWindow());
|
| +aura::Window* ShellPortClassic::GetPrimaryRootWindow() {
|
| + return Shell::Get()->window_tree_host_manager()->GetPrimaryRootWindow();
|
| }
|
|
|
| WmWindow* ShellPortClassic::GetRootWindowForDisplayId(int64_t display_id) {
|
|
|