summaryrefslogtreecommitdiffstats
path: root/cc/trees/layer_tree_host_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/trees/layer_tree_host_impl.cc')
-rw-r--r--cc/trees/layer_tree_host_impl.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index ab3e020..8757f14 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -2977,8 +2977,8 @@ void LayerTreeHostImpl::DistributeScrollDelta(ScrollState* scroll_state) {
current_scroll_chain.push_front(scroll_node);
}
}
- scroll_state->set_scroll_chain_and_layer_tree(current_scroll_chain,
- active_tree());
+ scroll_state->set_scroll_chain_and_layer_list(current_scroll_chain,
+ active_list());
scroll_state->DistributeToScrollChainDescendant();
}