| Index: cc/trees/transform_node.h
|
| diff --git a/cc/trees/transform_node.h b/cc/trees/transform_node.h
|
| index 7893be2e4e0d871c501e37e5e539c7c96d0f91c4..b06a1db3cf7e7daf7239ba568e30295e6438af3a 100644
|
| --- a/cc/trees/transform_node.h
|
| +++ b/cc/trees/transform_node.h
|
| @@ -70,7 +70,7 @@ struct CC_EXPORT TransformNode {
|
| bool node_and_ancestors_are_animated_or_invertible : 1;
|
|
|
| bool is_invertible : 1;
|
| - bool ancestors_are_invertible : 1;
|
| + mutable bool ancestors_are_invertible : 1;
|
|
|
| bool has_potential_animation : 1;
|
| bool is_currently_animating : 1;
|
|
|