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

Unified Diff: ash/wm/workspace/workspace_window_resizer.cc

Issue 1909273003: Makes PhantonWindowController use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@workspace_window_resizer
Patch Set: merge 2 trunk Created 4 years, 8 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/wm/workspace/phantom_window_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/workspace/workspace_window_resizer.cc
diff --git a/ash/wm/workspace/workspace_window_resizer.cc b/ash/wm/workspace/workspace_window_resizer.cc
index b223e234fe20ecec39704dbf0832725202bb8cba..49a1a792cf34c018488d4c370bcbc9baf37a479c 100644
--- a/ash/wm/workspace/workspace_window_resizer.cc
+++ b/ash/wm/workspace/workspace_window_resizer.cc
@@ -952,8 +952,8 @@ void WorkspaceWindowResizer::UpdateSnapPhantomWindow(const gfx::Point& location,
}
if (!snap_phantom_window_controller_) {
- snap_phantom_window_controller_.reset(new PhantomWindowController(
- wm::WmWindowAura::GetAuraWindow(GetTarget())));
+ snap_phantom_window_controller_.reset(
+ new PhantomWindowController(GetTarget()));
}
snap_phantom_window_controller_->Show(
GetTarget()->GetParent()->ConvertRectToScreen(phantom_bounds));
« no previous file with comments | « ash/wm/workspace/phantom_window_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698