| Index: cc/animation/animation_events.cc
|
| diff --git a/cc/animation/animation_events.cc b/cc/animation/animation_events.cc
|
| index bb4cbb25c657e115dfecbdecc1ee8ce6d3d73445..d531d78224abd14f58e52e6352cba012033930b6 100644
|
| --- a/cc/animation/animation_events.cc
|
| +++ b/cc/animation/animation_events.cc
|
| @@ -9,7 +9,7 @@ namespace cc {
|
| AnimationEvent::AnimationEvent(AnimationEvent::Type type,
|
| int layer_id,
|
| int group_id,
|
| - Animation::TargetProperty target_property,
|
| + AnimationTargetProperty target_property,
|
| base::TimeTicks monotonic_time)
|
| : type(type),
|
| layer_id(layer_id),
|
| @@ -17,8 +17,7 @@ AnimationEvent::AnimationEvent(AnimationEvent::Type type,
|
| target_property(target_property),
|
| monotonic_time(monotonic_time),
|
| is_impl_only(false),
|
| - opacity(0.f) {
|
| -}
|
| + opacity(0.f) {}
|
|
|
| AnimationEvents::AnimationEvents() {}
|
|
|
|
|