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

Unified Diff: ash/wm/workspace_controller_unittest.cc

Issue 2897993003: chromeos: converts WindowResizer to aura::Window (Closed)
Patch Set: tweak 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/wm/workspace_controller_unittest.cc
diff --git a/ash/wm/workspace_controller_unittest.cc b/ash/wm/workspace_controller_unittest.cc
index 4d19340f5991ec775984938035d5b4148be22e97..a5da8c8565cc93c3fa23e218c21059fd700a1b24 100644
--- a/ash/wm/workspace_controller_unittest.cc
+++ b/ash/wm/workspace_controller_unittest.cc
@@ -1050,7 +1050,7 @@ TEST_F(WorkspaceControllerTest, TestRestoreToUserModifiedBounds) {
// A user moved the window.
std::unique_ptr<WindowResizer> resizer(
- CreateWindowResizer(WmWindow::Get(window1.get()), gfx::Point(), HTCAPTION,
+ CreateWindowResizer(window1.get(), gfx::Point(), HTCAPTION,
aura::client::WINDOW_MOVE_SOURCE_MOUSE)
.release());
gfx::Point location = resizer->GetInitialLocation();

Powered by Google App Engine
This is Rietveld 408576698