| Index: ash/wm/always_on_top_controller.cc
|
| diff --git a/ash/wm/always_on_top_controller.cc b/ash/wm/always_on_top_controller.cc
|
| index 44776feb31370046e4d08d971113f81ed61ca670..fcb8d8130f8227dc70d901200f3a38676fa652d8 100644
|
| --- a/ash/wm/always_on_top_controller.cc
|
| +++ b/ash/wm/always_on_top_controller.cc
|
| @@ -66,6 +66,7 @@ void AlwaysOnTopController::OnWindowPropertyChanged(aura::Window* window,
|
| void AlwaysOnTopController::OnWindowDestroyed(aura::Window* window) {
|
| if (window == always_on_top_container_)
|
| always_on_top_container_ = NULL;
|
| + aura::WindowObserver::OnWindowDestroyed(window);
|
| }
|
|
|
| } // namespace internal
|
|
|