| Index: cc/test/layer_test_common.cc
|
| diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc
|
| index 1eedb963ebbb2b66512a2f248d97c09319525078..685c0fbc7e8466761976cd5f3e0480865cd7cdf9 100644
|
| --- a/cc/test/layer_test_common.cc
|
| +++ b/cc/test/layer_test_common.cc
|
| @@ -101,8 +101,7 @@
|
| }
|
|
|
| LayerTestCommon::LayerImplTest::LayerImplTest()
|
| - : client_(FakeLayerTreeHostClient::DIRECT_3D),
|
| - host_(FakeLayerTreeHost::Create(&client_)),
|
| + : host_(FakeLayerTreeHost::Create()),
|
| root_layer_impl_(LayerImpl::Create(host_->host_impl()->active_tree(), 1)),
|
| render_pass_(RenderPass::Create()) {
|
| scoped_ptr<FakeOutputSurface> output_surface = FakeOutputSurface::Create3d();
|
|
|