| 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 2ae194db2aa87eab0f580f1ffeb06cd865f2d846..9de5d11d43969b5d6a3ef844da2ea18a18b29712 100644
|
| --- a/cc/layers/layer_impl_test_properties.cc
|
| +++ b/cc/layers/layer_impl_test_properties.cc
|
| @@ -18,6 +18,7 @@ LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer)
|
| should_flatten_transform(true),
|
| hide_layer_and_subtree(false),
|
| opacity_can_animate(false),
|
| + subtree_has_copy_request(false),
|
| sorting_context_id(0),
|
| opacity(1.f),
|
| blend_mode(SkBlendMode::kSrcOver),
|
|
|