| Index: ash/wm/window_animations.h
|
| diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h
|
| index 92287a9456a75ddd6e261d2653c44dc7b20c6482..f084bcc838fe42f7b8e8a41ab50768b7aa3cd95a 100644
|
| --- a/ash/wm/window_animations.h
|
| +++ b/ash/wm/window_animations.h
|
| @@ -45,8 +45,9 @@ ASH_EXPORT void CrossFadeToBounds(aura::Window* window,
|
| const gfx::Rect& new_bounds);
|
|
|
| // Returns the duration of the cross-fade animation based on the |old_bounds|
|
| -// and |new_bounds| of the window.
|
| -ASH_EXPORT base::TimeDelta GetCrossFadeDuration(const gfx::Rect& old_bounds,
|
| +// and |new_bounds| of the |window|.
|
| +ASH_EXPORT base::TimeDelta GetCrossFadeDuration(aura::Window* window,
|
| + const gfx::Rect& old_bounds,
|
| const gfx::Rect& new_bounds);
|
|
|
| ASH_EXPORT bool AnimateOnChildWindowVisibilityChanged(aura::Window* window,
|
|
|