Index: cc/proto/property_tree.proto |
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto |
index 50cfb45c95ac576969c5ebbe70fc439b0cc01eeb..2affc4813a14d0f266b2e63ae5abcf265e1575ea 100644 |
--- a/cc/proto/property_tree.proto |
+++ b/cc/proto/property_tree.proto |
@@ -152,9 +152,9 @@ message PropertyTrees { |
optional PropertyTree transform_tree = 1; |
optional PropertyTree effect_tree = 2; |
optional PropertyTree clip_tree = 3; |
- optional PropertyTree scroll_tree = 4; |
+ optional PropertyTree scroll_tree = 7; |
David Trainor- moved to gerrit
2016/01/26 16:34:56
Does this one need to be changed? Maybe I'm misre
sunxd
2016/01/26 16:39:43
Sorry this one is changed in the previous CL by me
|
- optional bool needs_rebuild = 5; |
- optional bool non_root_surfaces_enabled = 6; |
- optional int64 sequence_number = 7; |
+ optional bool needs_rebuild = 4; |
+ optional bool non_root_surfaces_enabled = 5; |
+ optional int64 sequence_number = 6; |
} |