| Index: cc/proto/layer.proto
|
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
|
| index c8ae18b85d081cacd125b25de0799e12cfde2fd9..1597a6b7d94f17d0c1a8658c83c4978e6207ef37 100644
|
| --- a/cc/proto/layer.proto
|
| +++ b/cc/proto/layer.proto
|
| @@ -4,6 +4,7 @@
|
|
|
| syntax = "proto2";
|
|
|
| +import "display_item.proto";
|
| import "layer_position_constraint.proto";
|
| import "point3f.proto";
|
| import "pointf.proto";
|
| @@ -137,6 +138,9 @@ message PictureLayerProperties {
|
| optional bool nearest_neighbor = 5;
|
|
|
| optional int64 update_source_frame_number = 6;
|
| +
|
| + optional Rect recorded_viewport = 7;
|
| + optional DisplayItemList display_list = 8;
|
| }
|
|
|
| message SolidColorScrollbarLayerProperties {
|
| @@ -150,4 +154,6 @@ message SolidColorScrollbarLayerProperties {
|
| optional int32 track_start = 3;
|
| optional bool is_left_side_vertical_scrollbar = 4;
|
| optional ScrollbarOrientation orientation = 5;
|
| + optional Rect recorded_viewport = 6;
|
| + optional DisplayItemList display_list = 7;
|
| }
|
|
|