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

Unified Diff: cc/animation/animation_events.cc

Issue 1584743002: CC Animation: Replace AnimiationEventsVector with AnimiationEvents class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows compilation with MSVC. Created 4 years, 11 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
Index: cc/animation/animation_events.cc
diff --git a/cc/animation/animation_events.cc b/cc/animation/animation_events.cc
index 40a9031e7c6d4f3fdca166016d41d47e33def246..bb4cbb25c657e115dfecbdecc1ee8ce6d3d73445 100644
--- a/cc/animation/animation_events.cc
+++ b/cc/animation/animation_events.cc
@@ -20,4 +20,8 @@ AnimationEvent::AnimationEvent(AnimationEvent::Type type,
opacity(0.f) {
}
+AnimationEvents::AnimationEvents() {}
+
+AnimationEvents::~AnimationEvents() {}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698