| 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 8d0ee39ac6faf30a491828f0d8c2287ab3219f42..f91c802bb6f1271f2656025b91552686ce2a2125 100644
|
| --- a/cc/trees/layer_tree_host_impl_unittest.cc
|
| +++ b/cc/trees/layer_tree_host_impl_unittest.cc
|
| @@ -6180,7 +6180,7 @@ TEST_F(LayerTreeHostImplTest, FarAwayQuadsDontNeedAA) {
|
|
|
| scoped_ptr<FakePictureLayerImpl> scoped_content_layer =
|
| FakePictureLayerImpl::CreateWithRasterSource(host_impl_->pending_tree(),
|
| - 3, pile);
|
| + 3, pile, false);
|
| LayerImpl* content_layer = scoped_content_layer.get();
|
| scrolling_layer->AddChild(scoped_content_layer.Pass());
|
| content_layer->SetBounds(content_layer_bounds);
|
|
|