Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3476)

Unified Diff: chrome/browser/ui/views/location_bar/suggested_text_view.cc

Issue 11365023: Fix M23 build. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1271/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/chromeos/extensions/default_app_order.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/location_bar/suggested_text_view.cc
===================================================================
--- chrome/browser/ui/views/location_bar/suggested_text_view.cc (revision 165250)
+++ chrome/browser/ui/views/location_bar/suggested_text_view.cc (working copy)
@@ -76,7 +76,8 @@
InstantController::kInlineAutocompletePauseTimeMS, ui::Tween::ZERO));
parts.push_back(ui::MultiAnimation::Part(
InstantController::kInlineAutocompleteFadeInTimeMS, ui::Tween::EASE_IN));
- ui::MultiAnimation* animation = new ui::MultiAnimation(parts);
+ ui::MultiAnimation* animation = new ui::MultiAnimation(
+ parts, ui::MultiAnimation::GetDefaultTimerInterval());
animation->set_delegate(this);
animation->set_continuous(false);
return animation;
« no previous file with comments | « chrome/browser/chromeos/extensions/default_app_order.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698