| 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 a2cb5f7236a0661542a2cbeac3fad0af73476af9..c6e72e6dd88e24f432252110278058245b9fe0a8 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -258,6 +258,8 @@ LayerTreeHostImpl::LayerTreeHostImpl(
|
| transfer_buffer_memory_limit_(0u) {
|
| DCHECK(proxy_->IsImplThread());
|
| DidVisibilityChange(this, visible_);
|
| + animation_registrar_->set_supports_scroll_animations(
|
| + proxy_->SupportsImplScrolling());
|
|
|
| SetDebugState(settings.initial_debug_state);
|
|
|
|
|