Index: ash/shell.cc |
diff --git a/ash/shell.cc b/ash/shell.cc |
index 338f3d47c9f79871b7377c105e059dd0ae873953..3ddcef2b8d869c6bf33594ae11adf67837a0753e 100644 |
--- a/ash/shell.cc |
+++ b/ash/shell.cc |
@@ -339,7 +339,7 @@ views::NonClientFrameView* Shell::CreateDefaultNonClientFrameView( |
void Shell::SetDisplayWorkAreaInsets(Window* contains, |
const gfx::Insets& insets) { |
- shell_port_->SetDisplayWorkAreaInsets(WmWindow::Get(contains), insets); |
+ shell_port_->SetDisplayWorkAreaInsets(contains, insets); |
} |
void Shell::OnCastingSessionStartedOrStopped(bool started) { |