| Index: ui/message_center/views/message_popup_bubble.cc
|
| diff --git a/ui/message_center/views/message_popup_bubble.cc b/ui/message_center/views/message_popup_bubble.cc
|
| index 7e45ca5a819b99fe6e54a5e3473c307f5ee54785..dc962d49ca55988bf5c4208d1f539fff4e2891dc 100644
|
| --- a/ui/message_center/views/message_popup_bubble.cc
|
| +++ b/ui/message_center/views/message_popup_bubble.cc
|
| @@ -67,8 +67,9 @@ void PopupBubbleContentsView::Update(
|
| content_->AddChildView(
|
| NotificationView::Create(*(*iter), message_center_, true));
|
| }
|
| - content_->SizeToPreferredSize();
|
| - content_->InvalidateLayout();
|
| + views::ScopedMaybeLayout layout(content_);
|
| +// content_->SizeToPreferredSize();
|
| +// content_->InvalidateLayout();
|
| Layout();
|
| if (GetWidget())
|
| GetWidget()->GetRootView()->SchedulePaint();
|
|
|