Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/web_intents_button_view.cc |
| diff --git a/chrome/browser/ui/views/location_bar/web_intents_button_view.cc b/chrome/browser/ui/views/location_bar/web_intents_button_view.cc |
| index c017a19eb0890d776688e98afbb45598ea973083..c6ec4b01365486b47a2e5d8e2b8bd29d9650d834 100644 |
| --- a/chrome/browser/ui/views/location_bar/web_intents_button_view.cc |
| +++ b/chrome/browser/ui/views/location_bar/web_intents_button_view.cc |
| @@ -34,9 +34,10 @@ void WebIntentsButtonView::Update(TabContents* tab_contents) { |
| int animated_string_id = IDS_INTENT_PICKER_USE_ANOTHER_SERVICE; |
| string16 animated_text = l10n_util::GetStringUTF16(animated_string_id); |
| SetTooltipText(animated_text); |
| + PreferredSizeChanged(); |
| - StartLabelAnimation(animated_text, kMoveTimeMs); |
| AlwaysDrawText(); |
|
Peter Kasting
2012/09/15 00:23:46
Nit: If the order of these statements matters, wri
Greg Billock
2012/09/15 04:58:20
It shouldn't, but belongs this way. I'll add a com
|
| + StartLabelAnimation(animated_text, kMoveTimeMs); |
| } |
| void WebIntentsButtonView::OnClick(LocationBarView* parent) { |