Chromium Code Reviews| Index: cc/trees/transform_node.cc |
| diff --git a/cc/trees/transform_node.cc b/cc/trees/transform_node.cc |
| index 34dd9af559fc1794c303f866f99005321c2581dd..888b32b8b89faabd1373a97ad90cf7b08f5904af 100644 |
| --- a/cc/trees/transform_node.cc |
| +++ b/cc/trees/transform_node.cc |
| @@ -15,6 +15,7 @@ TransformNode::TransformNode() |
| : id(-1), |
| parent_id(-1), |
| owner_id(-1), |
| + sticky_position_constraint_id(-1), |
| source_node_id(-1), |
| sorting_context_id(0), |
| needs_local_transform_update(true), |