Chromium Code Reviews| Index: cc/trees/property_tree.cc |
| diff --git a/cc/trees/property_tree.cc b/cc/trees/property_tree.cc |
| index 6af13f64723a9c70d387da42f7e359a680df3faf..334c672cf603473d8040e613752d2ddab96f5b45 100644 |
| --- a/cc/trees/property_tree.cc |
| +++ b/cc/trees/property_tree.cc |
| @@ -504,6 +504,7 @@ EffectNodeData::EffectNodeData() |
| is_currently_animating_opacity(false), |
| effect_changed(false), |
| num_copy_requests_in_subtree(0), |
| + has_unclipped_descendants(false), |
| transform_id(0), |
| clip_id(0), |
| target_id(0) {} |