Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: cc/trees/layer_tree_host_impl_unittest.cc

Issue 2846653002: cc : Stop pushing layers from hidden subtrees at commit
Patch Set: . Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 962a513671ce9328520cac15bdb637f434f8400a..307b81e250bf3af2982e93070bb8b3d3b695790d 100644
--- a/cc/trees/layer_tree_host_impl_unittest.cc
+++ b/cc/trees/layer_tree_host_impl_unittest.cc
@@ -3561,6 +3561,7 @@ TEST_F(LayerTreeHostImplTest, EmbeddedSurfacesInMetadata) {
}
host_impl_->active_tree()->BuildPropertyTreesForTesting();
+ host_impl_->active_tree()->SetSurfaceLayerIds(children);
DrawFrame();
FakeCompositorFrameSink* fake_compositor_frame_sink =

Powered by Google App Engine
This is Rietveld 408576698