Index: ash/wm/window_animations.cc |
diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc |
index 91779daee7aad78052ed41a35600a18b69d843a5..e6e9e9c276ef0413c2f1f0ac23eef21591836b44 100644 |
--- a/ash/wm/window_animations.cc |
+++ b/ash/wm/window_animations.cc |
@@ -124,7 +124,7 @@ void AnimateHideWindowCommon(aura::Window* window, |
{ |
// Property sets within this scope will be implicitly animated. |
ui::ScopedLayerAnimationSettings settings(window->layer()->GetAnimator()); |
- settings.AddImplicitObserver(new HidingWindowAnimationObserver(window)); |
+ settings.AddObserver(new HidingWindowAnimationObserver(window)); |
window->layer()->SetOpacity(kWindowAnimation_HideOpacity); |
window->layer()->SetTransform(end_transform); |