| Index: trunk/src/content/shell/browser/shell_views.cc
|
| ===================================================================
|
| --- trunk/src/content/shell/browser/shell_views.cc (revision 259588)
|
| +++ trunk/src/content/shell/browser/shell_views.cc (working copy)
|
| @@ -487,7 +487,7 @@
|
| #if defined(OS_CHROMEOS)
|
| window_widget_ = views::Widget::CreateWindowWithContextAndBounds(
|
| new ShellWindowDelegateView(this),
|
| - wm_test_helper_->root_window(),
|
| + wm_test_helper_->GetDefaultParent(NULL, NULL, gfx::Rect()),
|
| gfx::Rect(0, 0, width, height));
|
| #else
|
| window_widget_ = new views::Widget;
|
|
|