| Index: cc/test/layer_test_common.cc
|
| diff --git a/cc/test/layer_test_common.cc b/cc/test/layer_test_common.cc
|
| index 4daca5d2f9e544a3a98691772874bb334c9244e7..4b68b8b0dec81b149d79524c9363ddf2c41e7e50 100644
|
| --- a/cc/test/layer_test_common.cc
|
| +++ b/cc/test/layer_test_common.cc
|
| @@ -100,7 +100,8 @@ void LayerTestCommon::VerifyQuadsCoverRectWithOcclusion(
|
| }
|
|
|
| LayerTestCommon::LayerImplTest::LayerImplTest()
|
| - : host_(FakeLayerTreeHost::Create()),
|
| + : client_(FakeLayerTreeHostClient::DIRECT_3D),
|
| + host_(FakeLayerTreeHost::Create(&client_)),
|
| root_layer_impl_(LayerImpl::Create(host_->host_impl()->active_tree(), 1)),
|
| render_pass_(RenderPass::Create()),
|
| quad_culler_(make_scoped_ptr(
|
|
|