| Index: cc/layers/layer_impl_test_properties.cc
|
| diff --git a/cc/layers/layer_impl_test_properties.cc b/cc/layers/layer_impl_test_properties.cc
|
| index e63b8bf69daf762e1d56a7177a0025ab30f5f05b..0c7c70ab59774d38034409590eb0c6e34d3abb45 100644
|
| --- a/cc/layers/layer_impl_test_properties.cc
|
| +++ b/cc/layers/layer_impl_test_properties.cc
|
| @@ -11,6 +11,7 @@ LayerImplTestProperties::LayerImplTestProperties()
|
| force_render_surface(false),
|
| is_container_for_fixed_position_layers(false),
|
| should_flatten_transform(true),
|
| + hide_layer_and_subtree(false),
|
| num_descendants_that_draw_content(0),
|
| scroll_parent(nullptr),
|
| clip_parent(nullptr) {}
|
|
|