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

Unified Diff: cc/trees/property_tree.cc

Issue 2702053002: Remove ScrollNode's layer_id_to_scrollbars_enabled_map (Closed)
Patch Set: Created 3 years, 10 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/property_tree.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/property_tree.cc
diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc
index 9850577ff4ed778e9f6fd3ce8eb87e7cd57ef092..19a09e4172d27eaa74d7f268eb56b7def0063ca0 100644
--- a/cc/trees/property_tree.cc
+++ b/cc/trees/property_tree.cc
@@ -1142,8 +1142,6 @@ bool ScrollTree::operator==(const ScrollTree& other) const {
#if DCHECK_IS_ON()
void ScrollTree::CopyCompleteTreeState(const ScrollTree& other) {
currently_scrolling_node_id_ = other.currently_scrolling_node_id_;
- layer_id_to_scrollbars_enabled_map_ =
- other.layer_id_to_scrollbars_enabled_map_;
layer_id_to_scroll_offset_map_ = other.layer_id_to_scroll_offset_map_;
layer_id_to_synced_scroll_offset_map_ =
other.layer_id_to_synced_scroll_offset_map_;
« no previous file with comments | « cc/trees/property_tree.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698