Index: ash/system/status_area_widget_delegate.cc |
diff --git a/ash/system/status_area_widget_delegate.cc b/ash/system/status_area_widget_delegate.cc |
index 08c580e4254b32802b701bbd0d9d408edcfaf97d..caef1a62e62b788c1ffb2a2b8ea54f12e7869f10 100644 |
--- a/ash/system/status_area_widget_delegate.cc |
+++ b/ash/system/status_area_widget_delegate.cc |
@@ -163,6 +163,7 @@ void StatusAreaWidgetDelegate::UpdateLayout() { |
StatusAreaWidgetDelegateAnimationSettings settings(layer()); |
Layout(); |
+ View::InvalidateLayout(); |
James Cook
2016/06/29 21:23:37
It seems a little weird to call View::Layout() the
|
UpdateWidgetSize(); |
} |