Index: cc/layers/render_surface_unittest.cc |
diff --git a/cc/layers/render_surface_unittest.cc b/cc/layers/render_surface_unittest.cc |
index 81b15ad5bde71215f7aca939c98ddcf42d4a1ce6..929407c4fe594f050f6d6a181ad7a9c0d0aff89b 100644 |
--- a/cc/layers/render_surface_unittest.cc |
+++ b/cc/layers/render_surface_unittest.cc |
@@ -38,7 +38,7 @@ TEST(RenderSurfaceTest, VerifySurfaceChangesAreTrackedProperly) { |
FakeImplProxy proxy; |
TestSharedBitmapManager shared_bitmap_manager; |
- FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager); |
+ FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager, nullptr); |
scoped_ptr<LayerImpl> owning_layer = |
LayerImpl::Create(host_impl.active_tree(), 1); |
owning_layer->SetHasRenderSurface(true); |
@@ -83,7 +83,7 @@ TEST(RenderSurfaceTest, VerifySurfaceChangesAreTrackedProperly) { |
TEST(RenderSurfaceTest, SanityCheckSurfaceCreatesCorrectSharedQuadState) { |
FakeImplProxy proxy; |
TestSharedBitmapManager shared_bitmap_manager; |
- FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager); |
+ FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager, nullptr); |
scoped_ptr<LayerImpl> root_layer = |
LayerImpl::Create(host_impl.active_tree(), 1); |
@@ -147,7 +147,7 @@ class TestRenderPassSink : public RenderPassSink { |
TEST(RenderSurfaceTest, SanityCheckSurfaceCreatesCorrectRenderPass) { |
FakeImplProxy proxy; |
TestSharedBitmapManager shared_bitmap_manager; |
- FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager); |
+ FakeLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager, nullptr); |
scoped_ptr<LayerImpl> root_layer = |
LayerImpl::Create(host_impl.active_tree(), 1); |