| Index: ash/wm/window_util.cc
|
| diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc
|
| index 7f358402ef09b93d5e94ba82531c9bd7dca86f8a..46a776a3d65c2e9a82a96b5e34a3d0f41d1b18ba 100644
|
| --- a/ash/wm/window_util.cc
|
| +++ b/ash/wm/window_util.cc
|
| @@ -62,10 +62,6 @@ void CenterWindow(aura::Window* window) {
|
| window->SetBoundsInScreen(center, display);
|
| }
|
|
|
| -void SetAnimateToFullscreen(aura::Window* window, bool animate) {
|
| - window->SetProperty(ash::internal::kAnimateToFullscreenKey, animate);
|
| -}
|
| -
|
| void AdjustBoundsToEnsureMinimumWindowVisibility(const gfx::Rect& visible_area,
|
| gfx::Rect* bounds) {
|
| AdjustBoundsToEnsureWindowVisibility(
|
|
|