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

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: Remove ContentLayerClient* painter from UpdateAndExpandInvalidation and sync to head Created 4 years, 4 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
« no previous file with comments | « cc/playback/recording_source_unittest.cc ('k') | cc/proto/recording_source.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « cc/playback/recording_source_unittest.cc ('k') | cc/proto/recording_source.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698