| Index: cc/layers/layer_impl_test_properties.h
|
| diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
|
| index 0e98c37df1430f33672640e30486d1eddeba3c92..88a8c52e57c28206e1477bf32bfb0f4e36a702ac 100644
|
| --- a/cc/layers/layer_impl_test_properties.h
|
| +++ b/cc/layers/layer_impl_test_properties.h
|
| @@ -26,8 +26,10 @@ struct CC_EXPORT LayerImplTestProperties {
|
| bool is_container_for_fixed_position_layers;
|
| bool should_flatten_transform;
|
| bool hide_layer_and_subtree;
|
| + bool opacity_can_animate;
|
| int num_descendants_that_draw_content;
|
| size_t num_unclipped_descendants;
|
| + float opacity;
|
| LayerPositionConstraint position_constraint;
|
| gfx::Point3F transform_origin;
|
| LayerImpl* scroll_parent;
|
|
|