| Index: cc/trees/property_tree_builder.cc
|
| diff --git a/cc/trees/property_tree_builder.cc b/cc/trees/property_tree_builder.cc
|
| index 4bd62d1bea7dedbe8447e3765ba95037462e6e61..16f9398f2b63331d614e2467a8538c29b424babd 100644
|
| --- a/cc/trees/property_tree_builder.cc
|
| +++ b/cc/trees/property_tree_builder.cc
|
| @@ -514,7 +514,7 @@ bool AddTransformNodeIfNeeded(
|
| ->data.transform_id;
|
| DCHECK_NE(node->data.target_id, kInvalidPropertyTreeNodeId);
|
|
|
| - node->data.is_animated = has_potentially_animated_transform;
|
| + node->data.has_potential_animation = has_potentially_animated_transform;
|
| if (has_potentially_animated_transform) {
|
| float maximum_animation_target_scale = 0.f;
|
| if (layer->MaximumTargetScale(&maximum_animation_target_scale)) {
|
|
|