summaryrefslogtreecommitdiffstats
path: root/cc/input/scroll_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cc/input/scroll_state.cc')
-rw-r--r--cc/input/scroll_state.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/input/scroll_state.cc b/cc/input/scroll_state.cc
index f0e7751..aa0baf1 100644
--- a/cc/input/scroll_state.cc
+++ b/cc/input/scroll_state.cc
@@ -28,7 +28,7 @@ void ScrollState::DistributeToScrollChainDescendant() {
if (!scroll_chain_.empty()) {
const ScrollNode* next = scroll_chain_.front();
scroll_chain_.pop_front();
- layer_tree_impl_->list()->LayerById(next->owner_id)->DistributeScroll(this);
+ layer_tree_impl_->LayerById(next->owner_id)->DistributeScroll(this);
}
}