| Index: cc/trees/draw_property_utils.cc
|
| diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc
|
| index 43120259e3db8674761c76254eedd46c3418a0a0..8626aaf519313c7ee18cc69c9c87332c8dbfd3a1 100644
|
| --- a/cc/trees/draw_property_utils.cc
|
| +++ b/cc/trees/draw_property_utils.cc
|
| @@ -1023,6 +1023,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,
|
|
|