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

Unified Diff: app/multi_animation.cc

Issue 5741001: Even more virtual method deinlining. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase (windows) Created 10 years 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 | « app/multi_animation.h ('k') | app/tree_model.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/multi_animation.cc
diff --git a/app/multi_animation.cc b/app/multi_animation.cc
index 6001a2a13bb05d8e9d73b65ff4edb166674bc406..f43470e7b4555b8d73b5b811bbd2f315e71cb441 100644
--- a/app/multi_animation.cc
+++ b/app/multi_animation.cc
@@ -31,6 +31,10 @@ MultiAnimation::MultiAnimation(const Parts& parts)
MultiAnimation::~MultiAnimation() {}
+double MultiAnimation::GetCurrentValue() const {
+ return current_value_;
+}
+
void MultiAnimation::Step(base::TimeTicks time_now) {
double last_value = current_value_;
size_t last_index = current_part_index_;
« no previous file with comments | « app/multi_animation.h ('k') | app/tree_model.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698