Index: cc/input/scrollbar_animation_controller_linear_fade_unittest.cc |
diff --git a/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc b/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc |
index 5537737a4578caa4f6a15981473cfa5da1912488..fd5d37d4707362c1df34a2dd1afa538d0376c633 100644 |
--- a/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc |
+++ b/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc |
@@ -69,7 +69,7 @@ class ScrollbarAnimationControllerLinearFadeTest |
scrollbar_layer_->SetScrollLayerId(scroll_layer_ptr->id()); |
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_ = ScrollbarAnimationControllerLinearFade::Create( |
scroll_layer_ptr->id(), this, base::TimeDelta::FromSeconds(2), |