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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 2713713002: Reconstitute const-ref parameter to set_scroll_chain_and_layer_tree (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/input/scroll_state.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index fb3f6c7d76b1f63ec29e9379a26ec71a6b1dd4cf..fc53daf99b314b0c4d096eb16acb2a0f3d827e85 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -3122,7 +3122,7 @@ void LayerTreeHostImpl::DistributeScrollDelta(ScrollState* scroll_state) {
current_scroll_chain.push_front(scroll_node);
}
}
- scroll_state->set_scroll_chain_and_layer_tree(&current_scroll_chain,
+ scroll_state->set_scroll_chain_and_layer_tree(current_scroll_chain,
active_tree());
scroll_state->DistributeToScrollChainDescendant();
}
« no previous file with comments | « cc/input/scroll_state.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698