Index: cc/trees/property_tree.h |
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h |
index db53f85e5d6b043f6c7369164019a48ec2200f70..e613ccd224ed82eaeb32aaa336b0562b6a037e2a 100644 |
--- a/cc/trees/property_tree.h |
+++ b/cc/trees/property_tree.h |
@@ -544,6 +544,8 @@ class CC_EXPORT PropertyTrees final { |
std::unordered_map<ElementId, int, ElementIdHash> |
element_id_to_effect_node_index; |
std::unordered_map<ElementId, int, ElementIdHash> |
+ element_id_to_scroll_node_index; |
+ std::unordered_map<ElementId, int, ElementIdHash> |
element_id_to_transform_node_index; |
std::vector<int> always_use_active_tree_opacity_effect_ids; |