Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Unified Diff: cc/proto/layer.proto

Issue 2141233002: cc: Clean up RecordingSource API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test code refactor Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698