Index: cc/animation/animation_host.h |
diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h |
index 2cddf6a0d4e169355e8a554091bc32ed47d6ad45..445209f0b57c0400c8807d2d0d50a22598adc13d 100644 |
--- a/cc/animation/animation_host.h |
+++ b/cc/animation/animation_host.h |
@@ -110,9 +110,8 @@ class CC_EXPORT AnimationHost { |
bool HasPotentiallyRunningTransformAnimation(int layer_id, |
LayerTreeType tree_type) const; |
- bool HasAnyAnimationTargetingProperty( |
- int layer_id, |
- Animation::TargetProperty property) const; |
+ bool HasAnyAnimationTargetingProperty(int layer_id, |
+ TargetProperty::Type property) const; |
bool FilterIsAnimatingOnImplOnly(int layer_id) const; |
bool OpacityIsAnimatingOnImplOnly(int layer_id) const; |