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..37a09b0b6d2ae358a75d482039aa577a9fcfe1dd 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 property) const { |
return animation_host_ |
? animation_host_->HasAnyAnimationTargetingProperty(layer->id(), |
property) |