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 |