Chromium Code Reviews| Index: cc/trees/property_tree.h |
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h |
| index 002bea1a37cd96105e6b5805d7c8bd326fe1f12f..14e390d06483d285aa10011ff32b8fd37d9debcf 100644 |
| --- a/cc/trees/property_tree.h |
| +++ b/cc/trees/property_tree.h |
| @@ -291,6 +291,7 @@ struct CC_EXPORT EffectNodeData { |
| // rect. |
| bool effect_changed; |
| int num_copy_requests_in_subtree; |
| + bool has_unclipped_descendants; |
| int transform_id; |
| int clip_id; |
| // Effect node id of which this effect contributes to. |