| Index: apps/shell/app_shell_browser_main_parts.cc
|
| diff --git a/apps/shell/app_shell_browser_main_parts.cc b/apps/shell/app_shell_browser_main_parts.cc
|
| index 3cd7e799f3ec48623d1ff2bfa195568b18689a00..8a369df3b53aa26b28594e7b757be5b7d5cac717 100644
|
| --- a/apps/shell/app_shell_browser_main_parts.cc
|
| +++ b/apps/shell/app_shell_browser_main_parts.cc
|
| @@ -44,7 +44,7 @@ void AppShellBrowserMainParts::PreMainMessageLoopRun() {
|
| // Set up basic pieces of views::corewm.
|
| minimal_shell_.reset(new shell::MinimalShell(gfx::Size(800, 600)));
|
| // Ensure the X window gets mapped.
|
| - minimal_shell_->root_window()->ShowRootWindow();
|
| + minimal_shell_->root_window()->host()->Show();
|
|
|
| // TODO(jamescook): Create an apps::ShellWindow here. For now, create a
|
| // window with a WebView just to ensure that the content module is properly
|
|
|