| Index: cc/animation/animation_host.h
|
| diff --git a/cc/animation/animation_host.h b/cc/animation/animation_host.h
|
| index 2cddf6a0d4e169355e8a554091bc32ed47d6ad45..dc68ea75527c838e91019470b1c416e1b0b86b84 100644
|
| --- a/cc/animation/animation_host.h
|
| +++ b/cc/animation/animation_host.h
|
| @@ -112,7 +112,7 @@ class CC_EXPORT AnimationHost {
|
|
|
| bool HasAnyAnimationTargetingProperty(
|
| int layer_id,
|
| - Animation::TargetProperty property) const;
|
| + AnimationTargetProperty::Enum property) const;
|
|
|
| bool FilterIsAnimatingOnImplOnly(int layer_id) const;
|
| bool OpacityIsAnimatingOnImplOnly(int layer_id) const;
|
|
|