Index: ash/system/web_notification/ash_popup_alignment_delegate.cc |
diff --git a/ash/system/web_notification/ash_popup_alignment_delegate.cc b/ash/system/web_notification/ash_popup_alignment_delegate.cc |
index a81b0e176ad3e73c842b6d2f2505b8c474b98ab5..4ad9f60ecb26bfeb1abf10c48644a07a838b0caf 100644 |
--- a/ash/system/web_notification/ash_popup_alignment_delegate.cc |
+++ b/ash/system/web_notification/ash_popup_alignment_delegate.cc |
@@ -170,6 +170,7 @@ void AshPopupAlignmentDelegate::OnDisplayRemoved( |
void AshPopupAlignmentDelegate::OnDisplayMetricsChanged( |
const gfx::Display& display, |
uint32_t metrics) { |
+ UpdateShelf(); |
if (display.id() == display_id_ && shelf_) |
OnAutoHideStateChanged(shelf_->auto_hide_state()); |
} |