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

Unified Diff: ash/aura/wm_shell_aura.cc

Issue 2055053002: mash: Convert ash::ShellDelegate from aura::Window to WmWindow (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@movetrayupdate
Patch Set: rebase Created 4 years, 6 months 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 | ash/common/wm_shell.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/aura/wm_shell_aura.cc
diff --git a/ash/aura/wm_shell_aura.cc b/ash/aura/wm_shell_aura.cc
index 04f74616c20706fc9331c1471fa93d9a7192fc3f..752675bd8e299eea6092f4f1f1dade572c492fa9 100644
--- a/ash/aura/wm_shell_aura.cc
+++ b/ash/aura/wm_shell_aura.cc
@@ -80,8 +80,7 @@ bool WmShellAura::IsForceMaximizeOnFirstRun() {
}
bool WmShellAura::CanShowWindowForUser(WmWindow* window) {
- return Shell::GetInstance()->delegate()->CanShowWindowForUser(
- WmWindowAura::GetAuraWindow(window));
+ return Shell::GetInstance()->delegate()->CanShowWindowForUser(window);
}
void WmShellAura::LockCursor() {
« no previous file with comments | « no previous file | ash/common/wm_shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698