Fix linux_chromeos_clang compile for app_shell
http://crrev.com/234634 changed aura::RootWindow so it isn't an aura::Window anymore. BUG=None TEST=compiles R=derat@chromium.org TBR=ben@chromium.org Review URL: https://codereview.chromium.org/61303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234703 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@ -50,7 +50,7 @@ void AppShellBrowserMainParts::PreMainMessageLoopRun() {
|
|||||||
// window with a WebView just to ensure that the content module is properly
|
// window with a WebView just to ensure that the content module is properly
|
||||||
// initialized.
|
// initialized.
|
||||||
ShowWebViewWindow(browser_context_.get(),
|
ShowWebViewWindow(browser_context_.get(),
|
||||||
minimal_shell_->root_window());
|
minimal_shell_->root_window()->window());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool AppShellBrowserMainParts::MainMessageLoopRun(int* result_code) {
|
bool AppShellBrowserMainParts::MainMessageLoopRun(int* result_code) {
|
||||||
|
Reference in New Issue
Block a user