Index: cc/proto/property_tree.proto |
diff --git a/cc/proto/property_tree.proto b/cc/proto/property_tree.proto |
index 13d66b0c161873adb5d40c9913a3219e6c1211ac..48c96ebd4b784e11e58123bd3f26a30d98f88ac0 100644 |
--- a/cc/proto/property_tree.proto |
+++ b/cc/proto/property_tree.proto |
@@ -4,6 +4,7 @@ |
syntax = "proto2"; |
+import "element_id.proto"; |
import "rectf.proto"; |
import "scroll_offset.proto"; |
import "size.proto"; |
@@ -112,7 +113,7 @@ message EffectNodeData { |
} |
// Proto for struct ScrollNodeData |
-// NEXT ID: 15 |
+// NEXT ID: 16 |
message ScrollNodeData { |
optional bool scrollable = 1; |
optional int32 main_thread_scrolling_reasons = 2; |
@@ -126,7 +127,7 @@ message ScrollNodeData { |
optional bool should_flatten = 10; |
optional bool user_scrollable_horizontal = 13; |
optional bool user_scrollable_vertical = 14; |
- optional int64 element_id = 12; |
+ optional ElementId element_id = 15; |
optional int64 transform_id = 11; |
} |