| Index: cc/proto/layer_sticky_position_constraint.proto
|
| diff --git a/cc/proto/layer_sticky_position_constraint.proto b/cc/proto/layer_sticky_position_constraint.proto
|
| index 97d8fea1cc92506eb2dedc33128e59a00efb7d9c..fe9f962aff2e2704419c2c120866abeafebdefb7 100644
|
| --- a/cc/proto/layer_sticky_position_constraint.proto
|
| +++ b/cc/proto/layer_sticky_position_constraint.proto
|
| @@ -4,6 +4,7 @@
|
|
|
| syntax = "proto2";
|
|
|
| +import "point.proto";
|
| import "rect.proto";
|
| import "transform.proto";
|
|
|
| @@ -23,6 +24,7 @@ message LayerStickyPositionConstraint {
|
| optional float top_offset = 8;
|
| optional float bottom_offset = 9;
|
|
|
| + optional Point parent_relative_sticky_box_offset = 12;
|
| optional Rect scroll_container_relative_sticky_box_rect = 10;
|
| optional Rect scroll_container_relative_containing_block_rect = 11;
|
| };
|
|
|