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

Unified Diff: ash/wm/common/workspace/phantom_window_controller.cc

Issue 1933303002: Moves windowsresizers to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WorkspaceWindowResizer 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
Index: ash/wm/common/workspace/phantom_window_controller.cc
diff --git a/ash/wm/workspace/phantom_window_controller.cc b/ash/wm/common/workspace/phantom_window_controller.cc
similarity index 98%
rename from ash/wm/workspace/phantom_window_controller.cc
rename to ash/wm/common/workspace/phantom_window_controller.cc
index 025ca11e688477d6b5019d7a67eaf589d98ef6fd..e015da185c83c81307e15968ade86af426162ac7 100644
--- a/ash/wm/workspace/phantom_window_controller.cc
+++ b/ash/wm/common/workspace/phantom_window_controller.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ash/wm/workspace/phantom_window_controller.h"
+#include "ash/wm/common/workspace/phantom_window_controller.h"
#include <math.h>
@@ -76,8 +76,7 @@ void AnimateToBounds(views::Widget* widget,
PhantomWindowController::PhantomWindowController(wm::WmWindow* window)
: window_(window) {}
-PhantomWindowController::~PhantomWindowController() {
-}
+PhantomWindowController::~PhantomWindowController() {}
void PhantomWindowController::Show(const gfx::Rect& bounds_in_screen) {
gfx::Rect adjusted_bounds_in_screen = GetAdjustedBounds(bounds_in_screen);

Powered by Google App Engine
This is Rietveld 408576698