| Index: cc/trees/draw_property_utils.cc
|
| diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc
|
| index 757858212c9674c59d8d6aa38975d3633149a17b..a21bbcc2ad123fc6d1671e1738ef84070dbfce18 100644
|
| --- a/cc/trees/draw_property_utils.cc
|
| +++ b/cc/trees/draw_property_utils.cc
|
| @@ -1026,6 +1026,7 @@ void ComputeMaskDrawProperties(LayerImpl* mask_layer,
|
| property_trees->transform_tree);
|
| mask_layer->draw_properties().visible_layer_rect =
|
| gfx::Rect(mask_layer->bounds());
|
| + mask_layer->draw_properties().opacity = 1;
|
| }
|
|
|
| void ComputeSurfaceDrawProperties(PropertyTrees* property_trees,
|
|
|