| Index: cc/trees/layer_tree_impl.cc
|
| diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
|
| index 268d01b496ffbbcebb3ea17c3a61e029fc36846a..254f253ba1b9a3cf459eff72745158f19257ab77 100644
|
| --- a/cc/trees/layer_tree_impl.cc
|
| +++ b/cc/trees/layer_tree_impl.cc
|
| @@ -1923,7 +1923,7 @@ bool LayerTreeImpl::HasPotentiallyRunningTransformAnimation(
|
|
|
| bool LayerTreeImpl::HasAnyAnimationTargetingProperty(
|
| const LayerImpl* layer,
|
| - Animation::TargetProperty property) const {
|
| + TargetProperty::Type property) const {
|
| return layer_tree_host_impl_->animation_host()
|
| ? layer_tree_host_impl_->animation_host()
|
| ->HasAnyAnimationTargetingProperty(layer->id(), property)
|
|
|