Index: chrome/browser/gtk/translate_infobars.cc |
diff --git a/chrome/browser/gtk/translate_infobars.cc b/chrome/browser/gtk/translate_infobars.cc |
index 7870e525bc7d6baf257457bc56aa07736e46fc35..63878e2b9b0affc818ba42467893c4b87db81ec7 100644 |
--- a/chrome/browser/gtk/translate_infobars.cc |
+++ b/chrome/browser/gtk/translate_infobars.cc |
@@ -149,7 +149,7 @@ TranslateInfoBar::TranslateInfoBar(TranslateInfoBarDelegate* delegate) |
swapped_language_placeholders_(false) { |
// Initialize slide animation for transitioning to and from error state. |
error_animation_.reset(new SlideAnimation(this)); |
- error_animation_->SetTweenType(SlideAnimation::NONE); |
+ error_animation_->SetTweenType(Tween::LINEAR); |
error_animation_->SetSlideDuration(500); |
BuildWidgets(); |