| Index: chrome/browser/ui/panels/panel_overflow_strip.cc
|
| diff --git a/chrome/browser/ui/panels/panel_overflow_strip.cc b/chrome/browser/ui/panels/panel_overflow_strip.cc
|
| index 80bb3de3803ccb426bfd64ff16041b5a2d783144..e145e1cdbf96a1691cbd71f9d39c3f891631e2cb 100644
|
| --- a/chrome/browser/ui/panels/panel_overflow_strip.cc
|
| +++ b/chrome/browser/ui/panels/panel_overflow_strip.cc
|
| @@ -197,7 +197,8 @@ void PanelOverflowStrip::ShowOverflowTitles(bool show_overflow_titles) {
|
| overflow_hover_animator_.reset(new ui::SlideAnimation(this));
|
| if (overflow_hover_animator_->IsShowing())
|
| overflow_hover_animator_->Reset();
|
| - overflow_hover_animator_->SetSlideDuration(kOverflowHoverAnimationMs);
|
| + overflow_hover_animator_->SetSlideDuration(
|
| + PanelManager::AdjustTimeInterval(kOverflowHoverAnimationMs));
|
|
|
| overflow_hover_animator_->Show();
|
| }
|
|
|