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

Unified Diff: ash/shell.cc

Issue 2908793002: [mus+ash] Removes WmWindow from ash/wm/overview and ash/wm/workspace (Closed)
Patch Set: Created 3 years, 7 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 | « ash/shelf/shelf_window_watcher_item_delegate.cc ('k') | ash/shell_port.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « ash/shelf/shelf_window_watcher_item_delegate.cc ('k') | ash/shell_port.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698