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

Unified Diff: cc/layers/surface_layer_impl_unittest.cc

Issue 2834123002: cc: Replace render surface layer list with a render surface list (Closed)
Patch Set: Address review comments Created 3 years, 8 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/render_surface_unittest.cc ('k') | cc/output/bsp_tree_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/surface_layer_impl_unittest.cc
diff --git a/cc/layers/surface_layer_impl_unittest.cc b/cc/layers/surface_layer_impl_unittest.cc
index 5c6f942a66f5b279b7db18d2a9001e3dc313d814..354972607003664456dde60d23ac37703485ab76 100644
--- a/cc/layers/surface_layer_impl_unittest.cc
+++ b/cc/layers/surface_layer_impl_unittest.cc
@@ -40,10 +40,10 @@ TEST(SurfaceLayerImplTest, OcclusionWithDeviceScaleFactor) {
surface_layer_impl->SetPrimarySurfaceInfo(
SurfaceInfo(surface_id, device_scale_factor, scaled_surface_size));
- LayerImplList layer_list;
+ RenderSurfaceList render_surface_list;
LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
impl.root_layer_for_testing(), viewport_size, device_scale_factor,
- &layer_list);
+ &render_surface_list);
LayerTreeHostCommon::CalculateDrawPropertiesForTesting(&inputs);
{
« no previous file with comments | « cc/layers/render_surface_unittest.cc ('k') | cc/output/bsp_tree_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698