// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CC_ANIMATION_ANIMATION_EVENTS_H_ #define CC_ANIMATION_ANIMATION_EVENTS_H_ #include <memory> #include <vector> #include "base/time/time.h" #include "cc/animation/animation_export.h" #include "cc/trees/mutator_host.h" #include "ui/gfx/animation/keyframe/animation_curve.h" namespace cc { struct CC_ANIMATION_EXPORT AnimationEvent { … }; class CC_ANIMATION_EXPORT AnimationEvents : public MutatorEvents { … }; } // namespace cc #endif // CC_ANIMATION_ANIMATION_EVENTS_H_