| Index: content/shell/browser/shell_views.cc
|
| diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc
|
| index 603fed01cde59ec1dbfa06dcbff554437fd4e663..1d87a955cdad7c16f7168eb6452d9e5b1581260a 100644
|
| --- a/content/shell/browser/shell_views.cc
|
| +++ b/content/shell/browser/shell_views.cc
|
| @@ -375,7 +375,7 @@ void Shell::PlatformCreateWindow(int width, int height) {
|
| window_ = window_widget_->GetNativeWindow();
|
| // Call ShowRootWindow on RootWindow created by MinimalShell without
|
| // which XWindow owned by RootWindow doesn't get mapped.
|
| - window_->GetDispatcher()->ShowRootWindow();
|
| + window_->GetDispatcher()->host()->Show();
|
| window_widget_->Show();
|
| }
|
|
|
|
|