Index: ash/wm/window_animations.h |
diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h |
index b0e4a2efec453b461a1d8981e8a5e610088a4ae0..9e56cc95707b73420064a0cd45495500f1b838f9 100644 |
--- a/ash/wm/window_animations.h |
+++ b/ash/wm/window_animations.h |
@@ -53,8 +53,9 @@ ASH_EXPORT void CrossFadeWindowBetweenWorkspaces(aura::Window* new_workspace, |
ui::Layer* layer); |
// 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, |