Index: ash/wm/window_util.h |
diff --git a/ash/wm/window_util.h b/ash/wm/window_util.h |
index fd71a0b1b36dbab84ab9074db60e84be1599cd26..fb12959359ed3099e16e0f03030461a6bee86297 100644 |
--- a/ash/wm/window_util.h |
+++ b/ash/wm/window_util.h |
@@ -47,9 +47,6 @@ ASH_EXPORT bool IsWindowMinimized(aura::Window* window); |
// Moves the window to the center of the display. |
ASH_EXPORT void CenterWindow(aura::Window* window); |
-// Change the availability of animation to the fullscreen of the |window|. |
-ASH_EXPORT void SetAnimateToFullscreen(aura::Window* window, bool animate); |
- |
// Move the given bounds inside the given |visible_area| in parent coordinates, |
// including a safety margin given by |kMinimumOnScreenArea|. |
// This also ensures that the top of the bounds is visible. |