| 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 54a1522405099b85500830ed4a4250d00c3f44df..93061329868af19f90324ff94de05b31836df948 100644
|
| --- a/chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| +++ b/chrome/browser/ui/views/notifications/balloon_view_host.cc
|
| @@ -49,7 +49,7 @@ void BalloonViewHost::Init(gfx::NativeView parent_native_view) {
|
| BalloonHost::Init();
|
|
|
| content::RenderWidgetHostView* render_widget_host_view =
|
| - web_contents_->GetRenderViewHost()->view();
|
| + web_contents_->GetRenderViewHost()->GetView();
|
|
|
| native_host_->Attach(render_widget_host_view->GetNativeView());
|
| }
|
|
|