| Index: ash/wm/resize_shadow_controller.cc
|
| diff --git a/ash/wm/resize_shadow_controller.cc b/ash/wm/resize_shadow_controller.cc
|
| index 85778d337a890aa76e04e6c55ce45305b7784aa5..c2356f7112a00c34a66ccd160529a05786dcfca8 100644
|
| --- a/ash/wm/resize_shadow_controller.cc
|
| +++ b/ash/wm/resize_shadow_controller.cc
|
| @@ -51,6 +51,7 @@ void ResizeShadowController::OnWindowBoundsChanged(
|
|
|
| void ResizeShadowController::OnWindowDestroyed(aura::Window* window) {
|
| window_shadows_.erase(window);
|
| + aura::WindowObserver::OnWindowDestroyed(window);
|
| }
|
|
|
| ResizeShadow* ResizeShadowController::CreateShadow(aura::Window* window) {
|
|
|