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

Unified Diff: cc/layers/render_surface_impl_unittest.cc

Issue 2032303004: cc : Add layer_list to LayerTreeImpl and build it for tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « cc/layers/picture_layer_unittest.cc ('k') | cc/layers/render_surface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/render_surface_impl_unittest.cc
diff --git a/cc/layers/render_surface_impl_unittest.cc b/cc/layers/render_surface_impl_unittest.cc
index 815ebd3e3d5f1e4756cc4ba00fd5b51264557a2d..b9ecefa3c0c7483d0c6267c9617f408d1c82abaf 100644
--- a/cc/layers/render_surface_impl_unittest.cc
+++ b/cc/layers/render_surface_impl_unittest.cc
@@ -96,7 +96,7 @@ TEST(RenderSurfaceLayerImplTest, AppendQuadsWithScaledMask) {
impl.host_impl()->active_tree()->SetRootLayer(std::move(root));
impl.host_impl()->SetViewportSize(viewport_size);
- impl.host_impl()->active_tree()->BuildPropertyTreesForTesting();
+ impl.host_impl()->active_tree()->BuildLayerListAndPropertyTreesForTesting();
impl.host_impl()->active_tree()->UpdateDrawProperties(false);
LayerImpl* surface_raw =
« no previous file with comments | « cc/layers/picture_layer_unittest.cc ('k') | cc/layers/render_surface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698