| Index: content/shell/browser/shell_platform_data_aura.cc
|
| diff --git a/content/shell/browser/shell_platform_data_aura.cc b/content/shell/browser/shell_platform_data_aura.cc
|
| index 6ea8edbd742768d9c6696420567f03837d25491f..89911a068715b39082499b16a6a22e19624f335f 100644
|
| --- a/content/shell/browser/shell_platform_data_aura.cc
|
| +++ b/content/shell/browser/shell_platform_data_aura.cc
|
| @@ -63,6 +63,7 @@ ShellPlatformDataAura::ShellPlatformDataAura(const gfx::Size& initial_size) {
|
| CHECK(aura::Env::GetInstance());
|
| host_.reset(aura::WindowTreeHost::Create(gfx::Rect(initial_size)));
|
| host_->InitHost();
|
| + host_->window()->Show();
|
| host_->window()->SetLayoutManager(new FillLayout(host_->window()));
|
|
|
| focus_client_.reset(new aura::test::TestFocusClient());
|
|
|