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

Unified Diff: ash/wm/window_resizer.h

Issue 1918883002: Makes Panel related classes use ash/wm/common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@phantom_window_controller
Patch Set: feedback 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/toplevel_window_event_handler.cc ('k') | ash/wm/window_resizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_resizer.h
diff --git a/ash/wm/window_resizer.h b/ash/wm/window_resizer.h
index 2ca6f2a232559f310cf7cddf7647baa328533984..45607958c473f0eb6c9fb1ea18d63e3d505cdecd 100644
--- a/ash/wm/window_resizer.h
+++ b/ash/wm/window_resizer.h
@@ -13,10 +13,6 @@
#include "base/macros.h"
#include "ui/wm/public/window_move_client.h"
-namespace aura {
-class Window;
-}
-
namespace gfx {
class Rect;
}
@@ -65,12 +61,6 @@ class ASH_EXPORT WindowResizer {
wm::WmWindow* GetTarget() const {
return window_state_ ? window_state_->window() : nullptr;
}
- // Deprecated.
- // TODO(sky): remove.
- aura::Window* GetAuraTarget() const {
- return window_state_ ? window_state_->aura_window() : nullptr;
- }
-
// See comment for |DragDetails::initial_location_in_parent|.
const gfx::Point& GetInitialLocation() const {
return window_state_->drag_details()->initial_location_in_parent;
« no previous file with comments | « ash/wm/toplevel_window_event_handler.cc ('k') | ash/wm/window_resizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698