Chromium Code Reviews| Index: cc/trees/draw_property_utils.cc |
| diff --git a/cc/trees/draw_property_utils.cc b/cc/trees/draw_property_utils.cc |
| index 15535c53448ed3030494b59e025a7dccaada694f..02a21dc11a920d787d750cda1e0c10a14c5705a0 100644 |
| --- a/cc/trees/draw_property_utils.cc |
| +++ b/cc/trees/draw_property_utils.cc |
| @@ -1016,6 +1016,8 @@ 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 = |
|
enne (OOO)
2017/05/15 18:01:44
Sorry for my confusion, but I'm not sure why you n
|
| + LayerDrawOpacity(mask_layer, property_trees->effect_tree); |
| } |
| void ComputeSurfaceDrawProperties(PropertyTrees* property_trees, |