| Index: cc/proto/property_tree.proto
|
| diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
|
| index 77f30f28707af36b9ad52c8df12761cd1f1beafd..a91824c110db0322b04441e408b1f34ebe9fa383 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;
|
|
|