| 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 70582db5d531a68f0de725be7fe336eabeee5d83..d4b946a46e2f91a6230eeb006541d82f96205248 100644
|
| --- a/cc/layers/layer_impl_test_properties.cc
|
| +++ b/cc/layers/layer_impl_test_properties.cc
|
| @@ -14,8 +14,10 @@ LayerImplTestProperties::LayerImplTestProperties()
|
| is_container_for_fixed_position_layers(false),
|
| should_flatten_transform(true),
|
| hide_layer_and_subtree(false),
|
| + opacity_can_animate(false),
|
| num_descendants_that_draw_content(0),
|
| num_unclipped_descendants(0),
|
| + opacity(1.f),
|
| scroll_parent(nullptr),
|
| clip_parent(nullptr) {}
|
|
|
|
|