| Index: cc/trees/draw_property_utils.cc
|
| diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc
|
| index c9c729d32d014a59d63e81a0cbb80d7939cb4ef4..f84d0be94106c4d5f8afbbe7826131ee622e9ff5 100644
|
| --- a/cc/trees/draw_property_utils.cc
|
| +++ b/cc/trees/draw_property_utils.cc
|
| @@ -1032,6 +1032,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,
|
|
|