| 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 613093e8041bef8ff4eaa4fe55d41e2a39de7da6..98fbd86706d326f90eae9e5eb9ac5b8089526957 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -3752,8 +3752,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;
|
|
|
|
|