Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3510)

Unified Diff: chrome/browser/ui/views/notifications/balloon_view_host.cc

Issue 8423015: aura: Fix build after r108132 and r108048. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698