Index: cc/layers/solid_color_layer_impl_unittest.cc |
diff --git a/cc/layers/solid_color_layer_impl_unittest.cc b/cc/layers/solid_color_layer_impl_unittest.cc |
index b01c343423ded187dac16047404855d3f363656c..971fe069afbd1aefe2a0cdf9890c42ae7daa87da 100644 |
--- a/cc/layers/solid_color_layer_impl_unittest.cc |
+++ b/cc/layers/solid_color_layer_impl_unittest.cc |
@@ -119,7 +119,8 @@ TEST(SolidColorLayerImplTest, VerifyOpaqueRect) { |
scoped_refptr<Layer> root = Layer::Create(); |
root->AddChild(layer); |
- scoped_ptr<FakeLayerTreeHost> host = FakeLayerTreeHost::Create(); |
+ FakeLayerTreeHostClient client(FakeLayerTreeHostClient::DIRECT_3D); |
+ scoped_ptr<FakeLayerTreeHost> host = FakeLayerTreeHost::Create(&client); |
host->SetRootLayer(root); |
RenderSurfaceLayerList render_surface_layer_list; |