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

Unified Diff: chrome/common/slide_animation.cc

Issue 2929: Some initial work on compiling chrome/common/ on Linux.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 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/common/pref_member.h ('k') | chrome/common/stl_util-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/slide_animation.cc
===================================================================
--- chrome/common/slide_animation.cc (revision 2299)
+++ chrome/common/slide_animation.cc (working copy)
@@ -15,11 +15,11 @@
SlideAnimation::SlideAnimation(AnimationDelegate* target)
: Animation(kDefaultFramerateHz, target),
target_(target),
+ tween_type_(EASE_OUT),
showing_(false),
value_start_(0),
value_end_(0),
value_current_(0),
- tween_type_(EASE_OUT),
slide_duration_(kDefaultDurationMs) {
}
« no previous file with comments | « chrome/common/pref_member.h ('k') | chrome/common/stl_util-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698