| Index: cc/input/scrollbar_animation_controller_thinning_unittest.cc
|
| diff --git a/cc/input/scrollbar_animation_controller_thinning_unittest.cc b/cc/input/scrollbar_animation_controller_thinning_unittest.cc
|
| index 6f1cf103e0ca9352f5f79b0a4daa77e6962979a8..7e5a0e446b17e5a18ec176ab5cdac4c91d98d787 100644
|
| --- a/cc/input/scrollbar_animation_controller_thinning_unittest.cc
|
| +++ b/cc/input/scrollbar_animation_controller_thinning_unittest.cc
|
| @@ -69,7 +69,7 @@ class ScrollbarAnimationControllerThinningTest
|
| scrollbar_layer_->test_properties()->opacity_can_animate = true;
|
| clip_layer_->SetBounds(gfx::Size(100, 100));
|
| scroll_layer_ptr->SetBounds(gfx::Size(200, 200));
|
| - host_impl_.active_tree()->BuildPropertyTreesForTesting();
|
| + host_impl_.active_tree()->BuildLayerListAndPropertyTreesForTesting();
|
|
|
| scrollbar_controller_ = ScrollbarAnimationControllerThinning::Create(
|
| scroll_layer_ptr->id(), this, base::TimeDelta::FromSeconds(2),
|
|
|