Index: cc/layers/layer_impl.cc |
diff --git a/cc/layers/layer_impl.cc b/cc/layers/layer_impl.cc |
index dd7b35935fef376abb18b3c242b82c6a4cbccab1..f3a954f55a091cb79c2930164e42058a44375da7 100644 |
--- a/cc/layers/layer_impl.cc |
+++ b/cc/layers/layer_impl.cc |
@@ -1561,7 +1561,8 @@ int LayerImpl::NumDescendantsThatDrawContent() const { |
void LayerImpl::NotifyAnimationFinished( |
base::TimeTicks monotonic_time, |
- Animation::TargetProperty target_property) { |
+ Animation::TargetProperty target_property, |
+ int group) { |
if (target_property == Animation::ScrollOffset) |
layer_tree_impl_->InputScrollAnimationFinished(); |
} |