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

Unified Diff: ash/wm/panels/panel_window_resizer_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/panels/panel_window_resizer_unittest.cc
diff --git a/ash/wm/panels/panel_window_resizer_unittest.cc b/ash/wm/panels/panel_window_resizer_unittest.cc
index 4aea8a809ca30da5ae30f738d8dfcee3a32c0520..af5bac94c696034e587474fb94dcb9bc3269e356 100644
--- a/ash/wm/panels/panel_window_resizer_unittest.cc
+++ b/ash/wm/panels/panel_window_resizer_unittest.cc
@@ -71,9 +71,8 @@ class PanelWindowResizerTest : public test::AshTestBase {
}
void DragStart(aura::Window* window) {
- resizer_ =
- CreateWindowResizer(WmWindow::Get(window), window->bounds().origin(),
- HTCAPTION, aura::client::WINDOW_MOVE_SOURCE_MOUSE);
+ resizer_ = CreateWindowResizer(window, window->bounds().origin(), HTCAPTION,
+ aura::client::WINDOW_MOVE_SOURCE_MOUSE);
}
void DragMove(int dx, int dy) {

Powered by Google App Engine
This is Rietveld 408576698