| Index: cc/proto/property_tree.proto
|
| diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
|
| index f9a65dcd59ae856da6b027957d56d36955e21280..cfcbc63f07283b5748ae78bd984ad19428a945bc 100644
|
| --- a/cc/proto/property_tree.proto
|
| +++ b/cc/proto/property_tree.proto
|
| @@ -37,7 +37,7 @@ message TranformNodeData {
|
| optional bool is_invertible = 13;
|
| optional bool ancestors_are_invertible = 14;
|
| optional bool is_animated = 15;
|
| - optional bool to_screen_is_animated = 16;
|
| + optional bool to_screen_is_potentially_animated = 16;
|
| optional bool has_only_translation_animations = 17;
|
| optional bool to_screen_has_scale_animation = 18;
|
| optional bool flattens_inherited_transform = 19;
|
|
|