Index: cc/proto/layer.proto |
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto |
index 4c8ba3197a9c4dbf7b670fd453a2fe3957659f87..291d3450198a06f000c56997d8f1b390fb8dacd7 100644 |
--- a/cc/proto/layer.proto |
+++ b/cc/proto/layer.proto |
@@ -76,6 +76,8 @@ message BaseLayerProperties { |
optional int64 transform_free_index = 4; |
optional int64 effect_tree_index = 5; |
optional int64 clip_tree_index = 6; |
+ // NEXT ID: 51 |
David Trainor- moved to gerrit
2016/01/26 16:34:56
Ah sorry! Can you put this up top?
sunxd
2016/01/26 16:39:43
My bad :), move it to the top now. Thanks for poin
|
+ optional int64 scroll_tree_index = 50; |
optional Vector2dF offset_to_transform_parent = 7; |
optional bool double_sided = 8; |
optional bool draws_content = 9; |