| 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 6bfc6abeef97f871530621a69d0595e25d5adc13..829be2dd7271f68e03b26c3762a45dbfd82db13a 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -3675,6 +3675,7 @@ void LayerTreeHostImpl::RegisterScrollbarAnimationController(
|
| return;
|
| if (ScrollbarAnimationControllerForElementId(scroll_element_id))
|
| return;
|
| +
|
| scrollbar_animation_controllers_[scroll_element_id] =
|
| active_tree_->CreateScrollbarAnimationController(scroll_element_id);
|
| }
|
|
|