| Index: cc/layers/heads_up_display_layer_impl_unittest.cc
|
| diff --git a/cc/layers/heads_up_display_layer_impl_unittest.cc b/cc/layers/heads_up_display_layer_impl_unittest.cc
|
| index 4b0732306791b3ec6987b2a3dd83def9e7c99a70..ab38fdd087dd3db2a28a4d54e766d52efd02c07c 100644
|
| --- a/cc/layers/heads_up_display_layer_impl_unittest.cc
|
| +++ b/cc/layers/heads_up_display_layer_impl_unittest.cc
|
| @@ -32,7 +32,7 @@ void CheckDrawLayer(HeadsUpDisplayLayerImpl* layer,
|
| TEST(HeadsUpDisplayLayerImplTest, ResourcelessSoftwareDrawAfterResourceLoss) {
|
| FakeImplProxy proxy;
|
| TestSharedBitmapManager shared_bitmap_manager;
|
| - FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager);
|
| + FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager, nullptr);
|
| host_impl.CreatePendingTree();
|
| host_impl.InitializeRenderer(FakeOutputSurface::Create3d());
|
| scoped_ptr<HeadsUpDisplayLayerImpl> layer =
|
|
|