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

Unified Diff: cc/trees/property_tree.h

Issue 2623313003: Add map from element id to scroll node index. (Closed)
Patch Set: Sync to head. Created 3 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/trees/layer_tree_host_unittest.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree.h
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
index 653189d0c44f8023c501883be9a16b3d641f03de..711c8ce91bbd992b1a4a27b551a16820999109cb 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;
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | cc/trees/property_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698