| Index: ash/test/ash_test_base.cc
|
| diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
|
| index 46291f9d2efbb3126dcaced164a12050a36f7296..b4b39b454f554f4e91cc833b28f0836592c31076 100644
|
| --- a/ash/test/ash_test_base.cc
|
| +++ b/ash/test/ash_test_base.cc
|
| @@ -30,7 +30,7 @@ void AshTestBase::SetUp() {
|
| ash::Shell::CreateInstance(delegate);
|
|
|
| helper_.SetUp();
|
| - helper_.InitRootWindow(Shell::GetRootWindow());
|
| + helper_.InitRootWindow(Shell::GetPrimaryRootWindow());
|
|
|
| // Disable animations during tests.
|
| ui::LayerAnimator::set_disable_animations_for_test(true);
|
| @@ -57,7 +57,7 @@ void AshTestBase::ChangeMonitorConfig(float scale,
|
| }
|
|
|
| void AshTestBase::RunAllPendingInMessageLoop() {
|
| - helper_.RunAllPendingInMessageLoop(Shell::GetRootWindow());
|
| + helper_.RunAllPendingInMessageLoop(Shell::GetPrimaryRootWindow());
|
| }
|
|
|
| } // namespace test
|
|
|