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

Unified Diff: cc/proto/layer.proto

Issue 1626513003: Add ScrollTree builder and unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge with master Created 4 years, 11 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/layers/layer_impl.cc ('k') | cc/proto/property_tree.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 4c8ba3197a9c4dbf7b670fd453a2fe3957659f87..84ec3b7c31d7fa4642db19a2a479490f34bff8b7 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -69,6 +69,7 @@ message LayerProperties {
optional PictureLayerProperties picture = 6;
}
+// NEXT ID: 51
message BaseLayerProperties {
optional Point3F transform_origin = 1;
optional uint32 background_color = 2;
@@ -76,6 +77,7 @@ message BaseLayerProperties {
optional int64 transform_free_index = 4;
optional int64 effect_tree_index = 5;
optional int64 clip_tree_index = 6;
+ optional int64 scroll_tree_index = 50;
optional Vector2dF offset_to_transform_parent = 7;
optional bool double_sided = 8;
optional bool draws_content = 9;
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/proto/property_tree.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698