Index: cc/animation/element_animations.h |
diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h |
index 90090cfebfdb36f7acfe80e790436248e6b7e3d3..1c5ecc395623f738181f58eb3addbc848a0caae8 100644 |
--- a/cc/animation/element_animations.h |
+++ b/cc/animation/element_animations.h |
@@ -95,13 +95,13 @@ class CC_EXPORT ElementAnimations : public AnimationDelegate, |
// AnimationDelegate implementation |
void NotifyAnimationStarted(base::TimeTicks monotonic_time, |
- Animation::TargetProperty target_property, |
+ TargetProperty::Type target_property, |
int group) override; |
void NotifyAnimationFinished(base::TimeTicks monotonic_time, |
- Animation::TargetProperty target_property, |
+ TargetProperty::Type target_property, |
int group) override; |
void NotifyAnimationAborted(base::TimeTicks monotonic_time, |
- Animation::TargetProperty target_property, |
+ TargetProperty::Type target_property, |
int group) override; |
// LayerAnimationValueProvider implementation. |