Index: cc/proto/property_tree.proto |
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto |
index d35f264b1075b70664b872fe3d12ffd10de0e0fc..aee1aac31d21eab54b81809238b997688c85af31 100644 |
--- a/cc/proto/property_tree.proto |
+++ b/cc/proto/property_tree.proto |
@@ -58,6 +58,7 @@ message TranformNodeData { |
optional Vector2dF scroll_snap = 36; |
optional Vector2dF source_offset = 37; |
optional Vector2dF source_to_parent = 38; |
+ optional int64 sorting_context_id = 39; |
} |
// Proto for struct ClipNodeData. |