| Index: cc/trees/layer_tree_host_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest.cc b/cc/trees/layer_tree_host_unittest.cc
|
| index d5acd402682bad7c79a0606114707e347f2b4db7..c926a0d6bf16580c471e932877847eaa1a621396 100644
|
| --- a/cc/trees/layer_tree_host_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_unittest.cc
|
| @@ -4527,7 +4527,7 @@ class LayerTreeHostTestElasticOverscroll : public LayerTreeHostTest {
|
|
|
| void CommitCompleteOnThread(LayerTreeHostImpl* host_impl) override {
|
| if (host_impl->sync_tree()->source_frame_number() == 0) {
|
| - scroll_elasticity_helper_ = host_impl->CreateScrollElasticityHelper();
|
| + scroll_elasticity_helper_ = host_impl->CreateRootScrollElasticityHelper();
|
| }
|
| }
|
|
|
|
|