| 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 fe1084b397cd6ae7d039610f7374da8913483d27..3c82fb210fec6591d95011a9ede8831303c56e08 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -3755,8 +3755,6 @@ std::string LayerTreeHostImpl::LayerTreeAsJson() const {
|
| void LayerTreeHostImpl::RegisterScrollbarAnimationController(
|
| ElementId scroll_element_id,
|
| float scrollbar_opacity) {
|
| - if (settings().scrollbar_animator == LayerTreeSettings::NO_ANIMATOR)
|
| - return;
|
| if (ScrollbarAnimationControllerForElementId(scroll_element_id))
|
| return;
|
|
|
|
|