| Index: ash/wm/window_util.cc
|
| diff --git a/ash/wm/window_util.cc b/ash/wm/window_util.cc
|
| index 66a62433244842870080bf95a49fbc0fadef05fb..38db8bfb0f021ebc7c904e312af7e61decb60c08 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(
|
|
|