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

Unified Diff: apps/shell/app_shell_browser_main_parts.cc

Issue 61303003: Fix linux_chromeos_clang compile for app_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/shell/app_shell_browser_main_parts.cc
diff --git a/apps/shell/app_shell_browser_main_parts.cc b/apps/shell/app_shell_browser_main_parts.cc
index c56918d47db34f8739d0b0ed06ca69725cdd1208..3cd7e799f3ec48623d1ff2bfa195568b18689a00 100644
--- a/apps/shell/app_shell_browser_main_parts.cc
+++ b/apps/shell/app_shell_browser_main_parts.cc
@@ -50,7 +50,7 @@ void AppShellBrowserMainParts::PreMainMessageLoopRun() {
// window with a WebView just to ensure that the content module is properly
// initialized.
ShowWebViewWindow(browser_context_.get(),
- minimal_shell_->root_window());
+ minimal_shell_->root_window()->window());
}
bool AppShellBrowserMainParts::MainMessageLoopRun(int* result_code) {
« 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