| Index: ash/wm/window_animations.h
|
| diff --git a/ash/wm/window_animations.h b/ash/wm/window_animations.h
|
| index 9608bdab4fbd142d138e43bc64f176635b678400..2e1eae190564dc3d46041e0266031fbde42a8bd9 100644
|
| --- a/ash/wm/window_animations.h
|
| +++ b/ash/wm/window_animations.h
|
| @@ -124,10 +124,6 @@ ASH_EXPORT base::TimeDelta GetCrossFadeDuration(const gfx::Rect& old_bounds,
|
| ASH_EXPORT bool AnimateOnChildWindowVisibilityChanged(
|
| aura::Window* window, bool visible);
|
|
|
| -// Delay the old layer deletion so that test can verify the behavior of
|
| -// old layer.
|
| -ASH_EXPORT void SetDelayedOldLayerDeletionInCrossFadeForTest(bool value);
|
| -
|
| } // namespace internal
|
| } // namespace ash
|
|
|
|
|