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

Unified Diff: ash/wm/drag_details.h

Issue 2901663003: chromeos: converts WindowState to aura::Window (Closed)
Patch Set: feedback 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
« no previous file with comments | « ash/wm/default_state.cc ('k') | ash/wm/drag_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/drag_details.h
diff --git a/ash/wm/drag_details.h b/ash/wm/drag_details.h
index 6f7d596f57b4988c3ba5c3cdcf452000d76a5361..89e1129dbb0f63e5511bc144a1ae69a18360cf56 100644
--- a/ash/wm/drag_details.h
+++ b/ash/wm/drag_details.h
@@ -10,12 +10,14 @@
#include "ui/gfx/geometry/rect.h"
#include "ui/wm/public/window_move_client.h"
-namespace ash {
+namespace aura {
+class Window;
+}
-class WmWindow;
+namespace ash {
struct ASH_EXPORT DragDetails {
- DragDetails(WmWindow* window,
+ DragDetails(aura::Window* window,
const gfx::Point& location,
int window_component,
// TODO(sky): make wm type.
« no previous file with comments | « ash/wm/default_state.cc ('k') | ash/wm/drag_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698