| 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 e68e06559d8a31bd28b83590a8f331478e152f67..456bb4f5beda37a48f420f7c42787400ab08b8c5 100644
|
| --- a/cc/trees/layer_tree_host_unittest_scroll.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_scroll.cc
|
| @@ -1845,7 +1845,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_);
|
| }
|
|
|
|
|