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

Unified Diff: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc

Issue 11364053: make StackingClient dispatch to either ash or desktop (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove file Created 8 years, 1 month 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
Index: chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
diff --git a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
index 759728130d57c1c0a407b5d8cf5302e2e534f043..755a6ca197553e50349e5680704369755528885d 100644
--- a/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
+++ b/chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc
@@ -216,6 +216,7 @@ void OmniboxPopupContentsView::UpdatePopupAppearance() {
params.transparent = true;
params.parent_widget = location_bar_->GetWidget();
params.bounds = GetPopupBounds();
+ params.context = location_bar_->GetWidget()->GetNativeView();
popup_->Init(params);
#if defined(USE_ASH)
ash::SetWindowVisibilityAnimationType(

Powered by Google App Engine
This is Rietveld 408576698