| Index: cc/proto/property_tree.proto
|
| diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
|
| index ae46cbcf259201c14a976097fd579dd326ada9af..46c9a4ae83fffa22f9e1e0728eb61a8e16371542 100644
|
| --- a/cc/proto/property_tree.proto
|
| +++ b/cc/proto/property_tree.proto
|
| @@ -40,7 +40,7 @@ message TranformNodeData {
|
| optional bool node_and_ancestors_are_flat = 20;
|
| optional bool node_and_ancestors_have_only_integer_translation = 21;
|
| optional bool scrolls = 22;
|
| - optional bool needs_sublayer_scale = 23;
|
| + optional bool needs_surface_contents_scale = 23;
|
| optional bool affected_by_inner_viewport_bounds_delta_x = 24;
|
| optional bool affected_by_inner_viewport_bounds_delta_y = 25;
|
| optional bool affected_by_outer_viewport_bounds_delta_x = 26;
|
| @@ -49,7 +49,7 @@ message TranformNodeData {
|
| optional bool transform_changed = 40;
|
| optional float post_local_scale_factor = 29;
|
|
|
| - optional Vector2dF sublayer_scale = 34;
|
| + optional Vector2dF surface_contents_scale = 34;
|
| optional ScrollOffset scroll_offset = 35;
|
| optional Vector2dF scroll_snap = 36;
|
| optional Vector2dF source_offset = 37;
|
| @@ -106,7 +106,7 @@ message EffectNodeData {
|
| optional int64 mask_layer_id = 17;
|
| optional int64 replica_layer_id = 18;
|
| optional int64 replica_mask_layer_id = 19;
|
| - optional Vector2dF sublayer_scale = 20;
|
| + optional Vector2dF surface_contents_scale = 20;
|
| }
|
|
|
| // Proto for struct ScrollNodeData
|
|
|