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

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: 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/proto/layer.proto ('k') | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/property_tree.proto
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto
index d35f264b1075b70664b872fe3d12ffd10de0e0fc..d7d74b22980ef4cf179fcffe649d2d189d4cf05c 100644
--- a/cc/proto/property_tree.proto
+++ b/cc/proto/property_tree.proto
@@ -93,9 +93,8 @@ message EffectNodeData {
message ScrollNodeData {
optional bool scrollable = 1;
optional bool should_scroll_on_main_thread = 2;
- optional int32 scroll_blocks_on = 3;
- optional bool contains_non_fast_scrollable_region = 4;
- optional int64 transform_id = 5;
+ optional bool contains_non_fast_scrollable_region = 3;
+ optional int64 transform_id = 4;
}
// This defines the proto used for all types of struct TreeNode.
@@ -156,9 +155,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;
- 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;
}
« no previous file with comments | « cc/proto/layer.proto ('k') | cc/trees/layer_tree_host_common_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698