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

Unified Diff: chrome/common/extensions/extension_action.cc

Issue 10823322: Undo unintentional change to extension action animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/extension_action.cc
diff --git a/chrome/common/extensions/extension_action.cc b/chrome/common/extensions/extension_action.cc
index 3d7652b79df65df6497ec09da714346b169cc277..340ee5a147a06ecd46375e75eeaf7949a7bd59ca 100644
--- a/chrome/common/extensions/extension_action.cc
+++ b/chrome/common/extensions/extension_action.cc
@@ -195,7 +195,7 @@ const int ExtensionAction::kDefaultTabId = -1;
ExtensionAction::IconAnimation::IconAnimation(
ui::AnimationDelegate* delegate)
// 100ms animation at 50fps (so 5 animation frames in total).
- : ui::LinearAnimation(1000, 50, delegate) {}
+ : ui::LinearAnimation(100, 50, delegate) {}
ExtensionAction::IconAnimation::~IconAnimation() {}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698