| Index: cc/proto/layer.proto
|
| diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
|
| index 9a0ce5d80146d22becc47abb5d7e0aa139afd087..9461c5603e862ca5824fad526352a04fe7592673 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";
|
| @@ -138,6 +139,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 {
|
|
|