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 cf5ec1ad072e84d0b908fa806347e4b6ec649a5f..07f435ca93c4c49461ecc1c9319bf10028c558da 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -7745,7 +7745,7 @@ TEST_F(LayerTreeHostImplTest, ScrollAnimated) { |
TEST_F(LayerTreeHostImplTest, GetPictureLayerImplPairs) { |
host_impl_->CreatePendingTree(); |
host_impl_->pending_tree()->SetRootLayer( |
- PictureLayerImpl::Create(host_impl_->pending_tree(), 10)); |
+ PictureLayerImpl::Create(host_impl_->pending_tree(), 10, false)); |
LayerTreeImpl* pending_tree = host_impl_->pending_tree(); |
LayerImpl* pending_layer = pending_tree->root_layer(); |
@@ -7786,7 +7786,7 @@ TEST_F(LayerTreeHostImplTest, GetPictureLayerImplPairs) { |
// should get two pairs. |
host_impl_->CreatePendingTree(); |
host_impl_->pending_tree()->root_layer()->AddChild( |
- PictureLayerImpl::Create(host_impl_->pending_tree(), 11)); |
+ PictureLayerImpl::Create(host_impl_->pending_tree(), 11, false)); |
LayerImpl* new_pending_layer = pending_tree->root_layer()->children()[0]; |