| Index: cc/layers/layer_position_constraint_unittest.cc
|
| diff --git a/cc/layers/layer_position_constraint_unittest.cc b/cc/layers/layer_position_constraint_unittest.cc
|
| index 0dcaac9d673693676d0b4745ddd0a9564cbc072a..1afc4554cf0c29fca8eaa4bfa3178743e580d3cb 100644
|
| --- a/cc/layers/layer_position_constraint_unittest.cc
|
| +++ b/cc/layers/layer_position_constraint_unittest.cc
|
| @@ -47,9 +47,9 @@ void SetLayerPropertiesForTesting(Layer* layer,
|
| }
|
|
|
| void ExecuteCalculateDrawProperties(LayerImpl* root_layer) {
|
| - std::vector<LayerImpl*> dummy_render_surface_layer_list;
|
| + RenderSurfaceList dummy_render_surface_list;
|
| LayerTreeHostCommon::CalcDrawPropsImplInputsForTesting inputs(
|
| - root_layer, root_layer->bounds(), &dummy_render_surface_layer_list);
|
| + root_layer, root_layer->bounds(), &dummy_render_surface_list);
|
| inputs.inner_viewport_scroll_layer =
|
| root_layer->layer_tree_impl()->InnerViewportScrollLayer();
|
| inputs.outer_viewport_scroll_layer =
|
|
|