Index: chrome/browser/ui/views/status_bubble_views.cc |
diff --git a/chrome/browser/ui/views/status_bubble_views.cc b/chrome/browser/ui/views/status_bubble_views.cc |
index d9f7b09e39dbeb0d609a8a81df3f68232a8fd95f..309faeeaeda12ea3455b6a0865789c2448960d6a 100644 |
--- a/chrome/browser/ui/views/status_bubble_views.cc |
+++ b/chrome/browser/ui/views/status_bubble_views.cc |
@@ -575,6 +575,7 @@ void StatusBubbleViews::Init() { |
params.accept_events = false; |
params.ownership = views::Widget::InitParams::WIDGET_OWNS_NATIVE_WIDGET; |
params.parent_widget = frame; |
+ params.context = frame->GetNativeView(); |
popup_->Init(params); |
// We do our own animation and don't want any from the system. |
popup_->SetVisibilityChangedAnimationsEnabled(false); |