Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 76ff68ca0b4eb98d948bf06ada5e02819ec7773d..b6776ceab0a1e5fddb7930719d3efcfeca754a60 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -324,8 +324,8 @@ class CC_EXPORT LayerTreeImpl { |
// The outer viewport scroll layer scrolls first. |
bool DistributeRootScrollOffset(const gfx::ScrollOffset& root_offset); |
- void ApplyScroll(LayerImpl* layer, ScrollState* scroll_state) { |
- layer_tree_host_impl_->ApplyScroll(layer, scroll_state); |
+ void ApplyScroll(ScrollNode* scroll_node, ScrollState* scroll_state) { |
+ layer_tree_host_impl_->ApplyScroll(scroll_node, scroll_state); |
} |
// Call this function when you expect there to be a swap buffer. |