| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| index 9e92fe3bb03e109cbc3d11bd54aa509fa1a11535..3d0811c4f5c224cc927639e447372f78e2febbc9 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.cc
|
| @@ -78,7 +78,7 @@ void IconLabelBubbleView::Layout() {
|
|
|
| gfx::Size IconLabelBubbleView::GetSizeForLabelWidth(int width) const {
|
| gfx::Size size(GetPreLabelWidth() + width + GetBubbleOuterPadding(), 0);
|
| - size.ClampToMin(background_painter_->GetMinimumSize());
|
| + size.SetToMax(background_painter_->GetMinimumSize());
|
| return size;
|
| }
|
|
|
|
|