Index: cc/trees/layer_tree_host_impl_unittest.cc |
diff --git a/cc/trees/layer_tree_host_impl_unittest.cc b/cc/trees/layer_tree_host_impl_unittest.cc |
index a9e5a559a68a02739e4a0aea73abb2d1255eccb2..82f4fb398cf181d143cee34e8d25e435b31d98b4 100644 |
--- a/cc/trees/layer_tree_host_impl_unittest.cc |
+++ b/cc/trees/layer_tree_host_impl_unittest.cc |
@@ -3476,6 +3476,7 @@ TEST_F(LayerTreeHostImplTest, EmbeddedSurfacesInMetadata) { |
} |
host_impl_->active_tree()->BuildPropertyTreesForTesting(); |
+ host_impl_->active_tree()->SetSurfaceLayerIds(children); |
DrawFrame(); |
FakeCompositorFrameSink* fake_compositor_frame_sink = |