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

Unified Diff: app/multi_animation.h

Issue 3814013: FBTF: Monster ctor patch after changing heuristics in clang plugin. (Closed) Base URL: http://git.chromium.org/git/chromium.git
Patch Set: More add file fail Created 10 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 | « no previous file | 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 77f5f4c3fec80907c0dc5dff9223eb17b1406bb6..5583c3f4f708ac35344d48bb44be5ec145e57e04 100644
--- a/app/multi_animation.h
+++ b/app/multi_animation.h
@@ -45,6 +45,7 @@ class MultiAnimation : public Animation {
typedef std::vector<Part> Parts;
explicit MultiAnimation(const Parts& parts);
+ virtual ~MultiAnimation();
// Returns the current value. The current value for a MultiAnimation is
// determined from the tween type of the current part.
« no previous file with comments | « no previous file | app/multi_animation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698