| Index: content/browser/web_contents/web_contents_view_aura.cc
|
| diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
| index 4ddac185ec829f972048e2c8a6164158de4915dd..a773453a5046b78b976d93f103e4db06646f1d4e 100644
|
| --- a/content/browser/web_contents/web_contents_view_aura.cc
|
| +++ b/content/browser/web_contents/web_contents_view_aura.cc
|
| @@ -504,7 +504,8 @@ void WebContentsViewAura::CreateView(const gfx::Size& initial_size) {
|
| window_->SetType(aura::client::WINDOW_TYPE_CONTROL);
|
| window_->SetTransparent(false);
|
| window_->Init(ui::LAYER_NOT_DRAWN);
|
| - window_->SetParent(NULL);
|
| + // TODO(erg): Do something else here later.
|
| + window_->SetDefaultParentByRootWindow(NULL, gfx::Rect());
|
| window_->layer()->SetMasksToBounds(true);
|
| window_->SetName("WebContentsViewAura");
|
|
|
|
|