| Index: cc/proto/property_tree.proto
|
| diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
|
| index fe227c050f5c7a6f11308a42a99afb21622ec04a..4a8cb4131746be9a5f22d9ba4462631cc08d6772 100644
|
| --- a/cc/proto/property_tree.proto
|
| +++ b/cc/proto/property_tree.proto
|
| @@ -187,7 +187,7 @@ message TransformTreeData {
|
| }
|
|
|
| // Proto for class PropertyTrees.
|
| -// NEXT ID: 14
|
| +// NEXT ID: 16
|
| message PropertyTrees {
|
| optional PropertyTree transform_tree = 1;
|
| optional PropertyTree effect_tree = 2;
|
| @@ -205,4 +205,5 @@ message PropertyTrees {
|
| optional Vector2dF inner_viewport_container_bounds_delta = 8;
|
| optional Vector2dF outer_viewport_container_bounds_delta = 9;
|
| optional Vector2dF inner_viewport_scroll_bounds_delta = 10;
|
| + repeated int64 always_use_active_tree_opacity_effect_ids = 15 [packed = true];
|
| }
|
|
|