| Index: cc/proto/property_tree.proto
|
| diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
|
| index 7f1b996875c38e4fd18791be14c43d549b64f01a..c1ef489d52ab7e9b171cdfa35db1fed2d27d74fa 100644
|
| --- a/cc/proto/property_tree.proto
|
| +++ b/cc/proto/property_tree.proto
|
| @@ -81,9 +81,13 @@ message EffectNodeData {
|
| optional float opacity = 1;
|
| optional float screen_space_opacity = 2;
|
| optional bool has_render_surface = 3;
|
| - optional int64 num_copy_requests_in_subtree = 4;
|
| - optional int64 transform_id = 5;
|
| - optional int64 clip_id = 6;
|
| + optional bool has_copy_request = 4;
|
| + optional bool has_background_filters = 5;
|
| + optional bool is_drawn = 6;
|
| + optional bool screen_space_opacity_is_animating = 7;
|
| + optional int64 num_copy_requests_in_subtree = 8;
|
| + optional int64 transform_id = 9;
|
| + optional int64 clip_id = 10;
|
| }
|
|
|
| // This defines the proto used for all types of struct TreeNode.
|
|
|