Index: cc/trees/layer_tree_impl.cc |
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc |
index 50bc27251111a4d09f24f2c2211c4e7ff441164f..bede5841d9bddc4419661f554e57c708dab93579 100644 |
--- a/cc/trees/layer_tree_impl.cc |
+++ b/cc/trees/layer_tree_impl.cc |
@@ -1971,7 +1971,7 @@ bool LayerTreeImpl::HasPotentiallyRunningTransformAnimation( |
bool LayerTreeImpl::HasAnyAnimationTargetingProperty( |
const LayerImpl* layer, |
- Animation::TargetProperty property) const { |
+ AnimationTargetProperty::Enum property) const { |
return layer_tree_host_impl_->animation_host() |
? layer_tree_host_impl_->animation_host() |
->HasAnyAnimationTargetingProperty(layer->id(), property) |