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

Unified Diff: ash/display/screen_position_controller.cc

Issue 2908433005: [mus+ash] Removes WmWindow from window_positioning_utils (Closed)
Patch Set: Removes WmWindow from window_positioning_utils (exo) 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
Index: ash/display/screen_position_controller.cc
diff --git a/ash/display/screen_position_controller.cc b/ash/display/screen_position_controller.cc
index 1bfd49ec2fa1361c687a4a08e4755ce5fedcc344..6b5da7c7e6ec4fed3fe45719c8cdca17ffa268a3 100644
--- a/ash/display/screen_position_controller.cc
+++ b/ash/display/screen_position_controller.cc
@@ -117,7 +117,7 @@ void ScreenPositionController::SetBounds(aura::Window* window,
return;
}
- wm::SetBoundsInScreen(WmWindow::Get(window), bounds, display);
+ wm::SetBoundsInScreen(window, bounds, display);
}
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698