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

Unified Diff: chrome/browser/first_run/try_chrome_dialog_view.cc

Issue 72503002: Remove some pass-thrus on RootWindow API in favor of exposing the RootWindowHost again. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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
« no previous file with comments | « ash/wm/boot_splash_screen_chromeos.cc ('k') | chrome/browser/printing/print_dialog_cloud.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/first_run/try_chrome_dialog_view.cc
diff --git a/chrome/browser/first_run/try_chrome_dialog_view.cc b/chrome/browser/first_run/try_chrome_dialog_view.cc
index 430ce5b9cfad2d2576dbdc43715d726a34978061..b6484006202fa6d051eb04cf7fa8d7917a207b8a 100644
--- a/chrome/browser/first_run/try_chrome_dialog_view.cc
+++ b/chrome/browser/first_run/try_chrome_dialog_view.cc
@@ -283,7 +283,7 @@ TryChromeDialogView::Result TryChromeDialogView::ShowModal(
HWND toast_window;
#if defined(USE_AURA)
toast_window =
- popup_->GetNativeView()->GetDispatcher()->GetAcceleratedWidget();
+ popup_->GetNativeView()->GetDispatcher()->host()->GetAcceleratedWidget();
#else
toast_window = popup_->GetNativeView();
#endif
« no previous file with comments | « ash/wm/boot_splash_screen_chromeos.cc ('k') | chrome/browser/printing/print_dialog_cloud.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698