| 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);
|
|
|