| Index: cc/input/single_scrollbar_animation_controller_thinning_unittest.cc
|
| diff --git a/cc/input/single_scrollbar_animation_controller_thinning_unittest.cc b/cc/input/single_scrollbar_animation_controller_thinning_unittest.cc
|
| index 50659ff44d89ec429021a2a5b1f05eba3d84ce9f..87f9fe43056b8006ddb704355806ac19510a5633 100644
|
| --- a/cc/input/single_scrollbar_animation_controller_thinning_unittest.cc
|
| +++ b/cc/input/single_scrollbar_animation_controller_thinning_unittest.cc
|
| @@ -85,7 +85,8 @@ class SingleScrollbarAnimationControllerThinningTest : public testing::Test {
|
| clip_layer_->test_properties()->AddChild(std::move(scroll_layer));
|
| host_impl_.active_tree()->SetRootLayerForTesting(std::move(clip));
|
|
|
| - scrollbar_layer_->SetScrollLayerId(scroll_layer_ptr->id());
|
| + scrollbar_layer_->SetScrollInfo(scroll_layer_ptr->id(),
|
| + scroll_layer_ptr->element_id());
|
| scrollbar_layer_->test_properties()->opacity_can_animate = true;
|
| clip_layer_->SetBounds(gfx::Size(100, 100));
|
| scroll_layer_ptr->SetBounds(gfx::Size(200, 200));
|
|
|