summaryrefslogtreecommitdiffstats
path: root/cc/proto/property_tree.proto
diff options
context:
space:
mode:
Diffstat (limited to 'cc/proto/property_tree.proto')
-rw-r--r--cc/proto/property_tree.proto5
1 files changed, 3 insertions, 2 deletions
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index 972c0c9..7f1b996 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -81,8 +81,9 @@ message EffectNodeData {
optional float opacity = 1;
optional float screen_space_opacity = 2;
optional bool has_render_surface = 3;
- optional int64 transform_id = 4;
- optional int64 clip_id = 5;
+ optional int64 num_copy_requests_in_subtree = 4;
+ optional int64 transform_id = 5;
+ optional int64 clip_id = 6;
}
// This defines the proto used for all types of struct TreeNode.