| Index: cc/trees/layer_tree_host.cc
|
| diff --git a/cc/trees/layer_tree_host.cc b/cc/trees/layer_tree_host.cc
|
| index ce09a69abcf997ec09c48224e8c682c1ce4e815b..62b995c5ebe6a3ab26a640c601b144a4395c1ad3 100644
|
| --- a/cc/trees/layer_tree_host.cc
|
| +++ b/cc/trees/layer_tree_host.cc
|
| @@ -1387,7 +1387,7 @@ bool LayerTreeHost::AnimationStartScale(const Layer* layer,
|
|
|
| bool LayerTreeHost::HasAnyAnimationTargetingProperty(
|
| const Layer* layer,
|
| - Animation::TargetProperty property) const {
|
| + AnimationTargetProperty::Enum property) const {
|
| return animation_host_
|
| ? animation_host_->HasAnyAnimationTargetingProperty(layer->id(),
|
| property)
|
|
|