Index: ash/system/tray/system_tray.cc |
diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc |
index 9aff175196ff815fb122235aae6f5982a10c65c6..2b7dc1e5d1e1cb6bf02f8035cbd3bc30c8af1245 100644 |
--- a/ash/system/tray/system_tray.cc |
+++ b/ash/system/tray/system_tray.cc |
@@ -113,6 +113,8 @@ SystemTray::~SystemTray() { |
++it) { |
(*it)->DestroyTrayView(); |
} |
+ GetWidget()->GetNativeView()->layer()->GetAnimator()->RemoveObserver( |
+ layer_animation_observer_.get()); |
} |
void SystemTray::Initialize() { |