Index: cc/trees/layer_tree_impl.cc |
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc |
index e81647bc0a74528738e84be3b560a493f262baad..e8291ae66391837468c1a272b2f67ba66d8bb6b7 100644 |
--- a/cc/trees/layer_tree_impl.cc |
+++ b/cc/trees/layer_tree_impl.cc |
@@ -2018,12 +2018,6 @@ bool LayerTreeImpl::HasAnyAnimationTargetingProperty( |
->HasAnyAnimationTargetingProperty(layer->id(), property); |
} |
-bool LayerTreeImpl::ScrollOffsetIsAnimatingOnImplOnly( |
- const LayerImpl* layer) const { |
- return layer_tree_host_impl_->animation_host() |
- ->ScrollOffsetIsAnimatingOnImplOnly(layer->id()); |
-} |
- |
bool LayerTreeImpl::AnimationsPreserveAxisAlignment( |
const LayerImpl* layer) const { |
return layer_tree_host_impl_->animation_host() |