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

Unified Diff: cc/proto/property_tree.proto

Issue 1626513003: Add ScrollTree builder and unit test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Change the protobuf indices 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698