Index: cc/trees/layer_tree_impl.h |
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h |
index 108374c1defb3a957fa6b7c25bedef96ce75d43a..2019af905ce31c2200e0a6666396c3fee33e402e 100644 |
--- a/cc/trees/layer_tree_impl.h |
+++ b/cc/trees/layer_tree_impl.h |
@@ -419,7 +419,7 @@ class CC_EXPORT LayerTreeImpl { |
std::unique_ptr<PendingPageScaleAnimation> pending_animation); |
std::unique_ptr<PendingPageScaleAnimation> TakePendingPageScaleAnimation(); |
- void DidUpdateScrollOffset(int layer_id, int transform_id); |
+ void DidUpdateScrollOffset(int layer_id); |
void DidUpdateScrollState(int layer_id); |
void ScrollAnimationAbort(bool needs_completion); |