| Index: cc/trees/layer_tree_host_impl.cc
|
| diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
| index ea9097ee20509ec1aa8d1cda437132692d2f3a75..4ab20288d0f02ca22173be11f92ddbcd53cca6fb 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -3666,13 +3666,6 @@ void LayerTreeHostImpl::TreeLayerTransformIsPotentiallyAnimatingChanged(
|
| layer->OnTransformIsPotentiallyAnimatingChanged(is_animating);
|
| }
|
|
|
| -bool LayerTreeHostImpl::AnimationsPreserveAxisAlignment(
|
| - const LayerImpl* layer) const {
|
| - return animation_host_
|
| - ? animation_host_->AnimationsPreserveAxisAlignment(layer->id())
|
| - : true;
|
| -}
|
| -
|
| void LayerTreeHostImpl::SetLayerFilterMutated(int layer_id,
|
| LayerTreeType tree_type,
|
| const FilterOperations& filters) {
|
|
|