| Index: cc/proto/layer.proto
|
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
|
| index ede3d2a6acb3ab389149ac5578bece7ba1543dbf..0168410d370fde5fd11f07f83033946a479a53d7 100644
|
| --- a/cc/proto/layer.proto
|
| +++ b/cc/proto/layer.proto
|
| @@ -70,7 +70,7 @@ message LayerProperties {
|
| optional PictureLayerProperties picture = 6;
|
| }
|
|
|
| -// NEXT ID: 59
|
| +// NEXT ID: 61
|
| message BaseLayerProperties {
|
| // The following fields mirror the data stored in Layer::Inputs ----------
|
| optional Rect update_rect = 46;
|
| @@ -94,6 +94,8 @@ message BaseLayerProperties {
|
| // repeated FilterOperation background_filters = 13;
|
| // optional PointF filters_origin = 57
|
| optional ScrollOffset scroll_offset = 44;
|
| + optional ScrollOffset overscroll = 59;
|
| + optional bool can_overscroll = 60;
|
| optional int32 scroll_clip_layer_id = 37;
|
| optional bool user_scrollable_horizontal = 38;
|
| optional bool user_scrollable_vertical = 39;
|
|
|