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

Unified Diff: ash/wm/window_positioning_utils.h

Issue 2897993003: chromeos: converts WindowResizer to aura::Window (Closed)
Patch Set: remove include from exo 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/system_gesture_event_filter_unittest.cc ('k') | ash/wm/window_positioning_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/window_positioning_utils.h
diff --git a/ash/wm/window_positioning_utils.h b/ash/wm/window_positioning_utils.h
index d8cd861c777714a54068331ded3a0c4c273cd1a2..195940be830611164728e73705f9d9250243369f 100644
--- a/ash/wm/window_positioning_utils.h
+++ b/ash/wm/window_positioning_utils.h
@@ -7,6 +7,10 @@
#include "ash/ash_export.h"
+namespace aura {
+class Window;
+}
+
namespace display {
class Display;
}
@@ -48,12 +52,12 @@ ASH_EXPORT void AdjustBoundsToEnsureMinimumWindowVisibility(
// Returns the bounds of a left snapped window with default width in parent
// coordinates.
ASH_EXPORT gfx::Rect GetDefaultLeftSnappedWindowBoundsInParent(
- WmWindow* window);
+ aura::Window* window);
// Returns the bounds of a right snapped window with default width in parent
// coordinates.
ASH_EXPORT gfx::Rect GetDefaultRightSnappedWindowBoundsInParent(
- WmWindow* window);
+ aura::Window* window);
// Moves the window to the center of the display.
ASH_EXPORT void CenterWindow(WmWindow* window);
« no previous file with comments | « ash/wm/system_gesture_event_filter_unittest.cc ('k') | ash/wm/window_positioning_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698