Index: cc/layers/nine_patch_layer_impl_unittest.cc |
diff --git a/cc/layers/nine_patch_layer_impl_unittest.cc b/cc/layers/nine_patch_layer_impl_unittest.cc |
index 3405bc545cfb2497c687eb304b6b8da0aec144f0..50162f0f3bb84e8e7d98370ea539efb1b823e5aa 100644 |
--- a/cc/layers/nine_patch_layer_impl_unittest.cc |
+++ b/cc/layers/nine_patch_layer_impl_unittest.cc |
@@ -49,6 +49,7 @@ void NinePatchLayerLayoutTest(const gfx::Size& bitmap_size, |
scoped_ptr<OutputSurface> output_surface = FakeOutputSurface::Create3d(); |
FakeUIResourceLayerTreeHostImpl host_impl(&proxy, &shared_bitmap_manager, |
&task_graph_runner); |
+ host_impl.SetVisible(true); |
host_impl.InitializeRenderer(output_surface.get()); |
scoped_ptr<NinePatchLayerImpl> layer = |