| Index: chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| diff --git a/chrome/browser/ui/views/notifications/balloon_view_host.cc b/chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| index dd24447967b25afacbb18c58a2016c8ce583be49..d018b6cded9e0a8f156c56ee4f5dd413fc0be7f5 100644
|
| --- a/chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| +++ b/chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| @@ -69,7 +69,7 @@ void BalloonViewHost::InitRenderWidgetHostView() {
|
| #if defined(USE_AURA)
|
| RenderWidgetHostViewAura* view_aura =
|
| static_cast<RenderWidgetHostViewAura*>(render_widget_host_view_);
|
| - view_aura->Init();
|
| + view_aura->InitAsChild();
|
| view_aura->Show();
|
| native_host_->Attach(view_aura->GetNativeView());
|
| #elif defined(OS_WIN)
|
|
|