| 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 627362e4815cb9e72b3d71a1d83e059902868615..b928f3e3c66118c7029206404d53ac9fdf0e3915 100644
|
| --- a/cc/layers/layer_impl_test_properties.h
|
| +++ b/cc/layers/layer_impl_test_properties.h
|
| @@ -26,6 +26,7 @@ struct CC_EXPORT LayerImplTestProperties {
|
| bool hide_layer_and_subtree;
|
| int num_descendants_that_draw_content;
|
| size_t num_unclipped_descendants;
|
| + float opacity;
|
| LayerPositionConstraint position_constraint;
|
| gfx::Point3F transform_origin;
|
| LayerImpl* scroll_parent;
|
|
|