| Index: cc/trees/layer_tree_host_unittest_animation.cc
|
| diff --git a/cc/trees/layer_tree_host_unittest_animation.cc b/cc/trees/layer_tree_host_unittest_animation.cc
|
| index c615c16f064a5b6dc4f4077287d19ae10253b1e6..22c8965a5fd6c76b1f3e15891d48778d0ec73fdf 100644
|
| --- a/cc/trees/layer_tree_host_unittest_animation.cc
|
| +++ b/cc/trees/layer_tree_host_unittest_animation.cc
|
| @@ -972,7 +972,7 @@
|
| LayerTreeHostAnimationTest::SetupTree();
|
|
|
| scroll_layer_ = FakeContentLayer::Create(&client_);
|
| - scroll_layer_->SetScrollClipLayer(layer_tree_host()->root_layer());
|
| + scroll_layer_->SetScrollable(true);
|
| scroll_layer_->SetBounds(gfx::Size(1000, 1000));
|
| scroll_layer_->SetScrollOffset(gfx::Vector2d(10, 20));
|
| layer_tree_host()->root_layer()->AddChild(scroll_layer_);
|
|
|