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

Unified Diff: app/multi_animation.h

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/app_base.gypi ('k') | app/multi_animation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/multi_animation.h
diff --git a/app/multi_animation.h b/app/multi_animation.h
index 0f4b38c98152394b432d05d6773c9f261ad3357f..f565000caf6b2c6e429786053a2075db8d6ca297 100644
--- a/app/multi_animation.h
+++ b/app/multi_animation.h
@@ -53,7 +53,7 @@ class MultiAnimation : public Animation {
// Returns the current value. The current value for a MultiAnimation is
// determined from the tween type of the current part.
- virtual double GetCurrentValue() const { return current_value_; }
+ virtual double GetCurrentValue() const;
// Returns the index of the current part.
size_t current_part_index() const { return current_part_index_; }
« no previous file with comments | « app/app_base.gypi ('k') | app/multi_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698