summaryrefslogtreecommitdiffstats
path: root/cc/proto
diff options
context:
space:
mode:
Diffstat (limited to 'cc/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 77f30f2..a91824c 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -91,7 +91,7 @@ message EffectNodeData {
optional bool has_background_filters = 5;
optional bool is_drawn = 6;
optional bool has_animated_opacity = 7;
- optional bool opacity_changed = 11;
+ optional bool effect_changed = 11;
optional int64 num_copy_requests_in_subtree = 8;
optional int64 transform_id = 9;
optional int64 clip_id = 10;
@@ -174,7 +174,7 @@ message TransformTreeData {
}
// Proto for class PropertyTrees.
-// NEXT ID: 12
+// NEXT ID: 13
message PropertyTrees {
optional PropertyTree transform_tree = 1;
optional PropertyTree effect_tree = 2;
@@ -184,6 +184,7 @@ message PropertyTrees {
optional bool needs_rebuild = 4;
optional bool non_root_surfaces_enabled = 5;
optional bool changed = 11;
+ optional bool full_tree_damaged = 12;
optional int64 sequence_number = 6;
optional Vector2dF inner_viewport_container_bounds_delta = 8;