Index: cc/animation/element_animations.h |
diff --git a/cc/animation/element_animations.h b/cc/animation/element_animations.h |
index 90090cfebfdb36f7acfe80e790436248e6b7e3d3..7eaa56b3af229adfe5d23175566ade90f199039e 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, |
+ AnimationTargetProperty::Enum target_property, |
int group) override; |
void NotifyAnimationFinished(base::TimeTicks monotonic_time, |
- Animation::TargetProperty target_property, |
+ AnimationTargetProperty::Enum target_property, |
int group) override; |
void NotifyAnimationAborted(base::TimeTicks monotonic_time, |
- Animation::TargetProperty target_property, |
+ AnimationTargetProperty::Enum target_property, |
int group) override; |
// LayerAnimationValueProvider implementation. |