| Index: cc/trees/layer_tree_host_impl_unittest.cc
|
| diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc
|
| index 01cb870d36f5489c9b102dd2afe9b0d9f0f98b7a..d55e0e10494326350eb55099cfa4a0ea0427fb0c 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -5304,7 +5304,8 @@ TEST_F(LayerTreeHostImplTest, FarAwayQuadsDontNeedAA) {
|
| pile_tile_size, content_layer_bounds));
|
|
|
| scoped_ptr<FakePictureLayerImpl> scoped_content_layer =
|
| - FakePictureLayerImpl::CreateWithPile(host_impl_->pending_tree(), 3, pile);
|
| + FakePictureLayerImpl::CreateWithPile(host_impl_->pending_tree(), 3, pile,
|
| + content_layer_bounds);
|
| LayerImpl* content_layer = scoped_content_layer.get();
|
| scrolling_layer->AddChild(scoped_content_layer.PassAs<LayerImpl>());
|
| content_layer->SetBounds(content_layer_bounds);
|
|
|