| Index: cc/trees/layer_tree_host_unittest_scroll.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_scroll.cc b/cc/trees/layer_tree_host_unittest_scroll.cc
|
| index 63ecb57a240b47512263ca0e23bb4f31a86437e5..6a386cb0fb9c3bbea49445ef60b45f2f258092c1 100644
|
| --- a/cc/trees/layer_tree_host_unittest_scroll.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_scroll.cc
|
| @@ -1846,7 +1846,8 @@ class LayerTreeHostScrollTestElasticOverscroll
|
| void BindInputHandler(const base::WeakPtr<InputHandler> input_handler) {
|
| DCHECK(task_runner_provider()->IsImplThread());
|
| input_handler->BindToClient(&input_handler_client_);
|
| - scroll_elasticity_helper_ = input_handler->CreateScrollElasticityHelper();
|
| + scroll_elasticity_helper_ =
|
| + input_handler->CreateRootScrollElasticityHelper();
|
| DCHECK(scroll_elasticity_helper_);
|
| }
|
|
|
|
|