| 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() {
|
|
|