| Index: cc/proto/property_tree.proto
|
| diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
|
| index 46c9a4ae83fffa22f9e1e0728eb61a8e16371542..1704ee9cb106fcc0a3d77b30951b3ec846d18fe9 100644
|
| --- a/cc/proto/property_tree.proto
|
| +++ b/cc/proto/property_tree.proto
|
| @@ -199,7 +199,7 @@ message EffectTreeData {
|
| }
|
|
|
| // Proto for class PropertyTrees.
|
| -// NEXT ID: 16
|
| +// NEXT ID: 17
|
| message PropertyTrees {
|
| optional PropertyTree transform_tree = 1;
|
| optional PropertyTree effect_tree = 2;
|
| @@ -213,6 +213,7 @@ message PropertyTrees {
|
| optional int64 sequence_number = 6;
|
| optional bool is_main_thread = 13;
|
| optional bool is_active = 14;
|
| + optional bool verify_transform_tree_calculations = 16;
|
|
|
| optional Vector2dF inner_viewport_container_bounds_delta = 8;
|
| optional Vector2dF outer_viewport_container_bounds_delta = 9;
|
|
|