| Index: cc/trees/property_tree.h
|
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
|
| index b90010f8de7f56d7081d4527022dae3f8f439748..8209b788db252132f17fbc5bb5015b3586e2c830 100644
|
| --- a/cc/trees/property_tree.h
|
| +++ b/cc/trees/property_tree.h
|
| @@ -112,7 +112,7 @@ struct CC_EXPORT TransformNodeData {
|
| bool ancestors_are_invertible : 1;
|
|
|
| bool is_animated : 1;
|
| - bool to_screen_is_animated : 1;
|
| + bool to_screen_is_potentially_animated : 1;
|
| bool has_only_translation_animations : 1;
|
| bool to_screen_has_scale_animation : 1;
|
|
|
|
|