| 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 fd5d37d4707362c1df34a2dd1afa538d0376c633..1f6b20a668db87c6d3dec79810eb85cc0c474840 100644
|
| --- a/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc
|
| +++ b/cc/input/scrollbar_animation_controller_linear_fade_unittest.cc
|
| @@ -62,8 +62,8 @@ class ScrollbarAnimationControllerLinearFadeTest
|
| clip_layer_ = clip.get();
|
| scroll_layer->SetScrollClipLayer(clip_layer_->id());
|
| LayerImpl* scroll_layer_ptr = scroll_layer.get();
|
| - scroll_layer->AddChild(std::move(scrollbar));
|
| - clip->AddChild(std::move(scroll_layer));
|
| + scroll_layer->test_properties()->AddChild(std::move(scrollbar));
|
| + clip->test_properties()->AddChild(std::move(scroll_layer));
|
| host_impl_.active_tree()->SetRootLayer(std::move(clip));
|
|
|
| scrollbar_layer_->SetScrollLayerId(scroll_layer_ptr->id());
|
|
|