Index: ash/wm/window_animations.cc |
diff --git a/ash/wm/window_animations.cc b/ash/wm/window_animations.cc |
index d644f2e9301a2a60d3f20f010c8560ce5becf7b0..e52a374d41452a22d956b345c8a789464d42a6dd 100644 |
--- a/ash/wm/window_animations.cc |
+++ b/ash/wm/window_animations.cc |
@@ -122,7 +122,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); |