Index: cc/trees/layer_tree_host_common_unittest.cc |
diff --git a/cc/trees/layer_tree_host_common_unittest.cc b/cc/trees/layer_tree_host_common_unittest.cc |
index 8af5a0650a9d9e1588a29825cea6ff9d7d34e629..57a2f56107dcf09553ada4508ccd977aa8f4298f 100644 |
--- a/cc/trees/layer_tree_host_common_unittest.cc |
+++ b/cc/trees/layer_tree_host_common_unittest.cc |
@@ -2594,6 +2594,7 @@ TEST_F(LayerTreeHostCommonTest, |
root->AddChild(child.Pass()); |
root->AddChild(occluding_child.Pass()); |
host_impl.active_tree()->SetRootLayer(root.Pass()); |
+ host_impl.SetVisible(true); |
host_impl.InitializeRenderer(output_surface.get()); |
bool update_lcd_text = false; |
host_impl.active_tree()->UpdateDrawProperties(update_lcd_text); |