diff options
Diffstat (limited to 'chrome/test/base/ui_test_utils.cc')
-rw-r--r-- | chrome/test/base/ui_test_utils.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc index 667397e..adc81b0 100644 --- a/chrome/test/base/ui_test_utils.cc +++ b/chrome/test/base/ui_test_utils.cc @@ -278,6 +278,7 @@ void RunMessageLoop() { MessageLoop::ScopedNestableTaskAllower allow(loop); if (ui_loop) { #if defined(USE_AURA) + ash::Shell::GetRootWindow()->ShowRootWindow(); ui_loop->Run(); #elif defined(TOOLKIT_VIEWS) views::AcceleratorHandler handler; |