Chromium Code Reviews| Index: cc/trees/effect_node.h |
| diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h |
| index 48997c038233a4ee6c386e5d650fc52b5a925088..42490d8743b1df5fd5bdbef93b7f35b4cad896ca 100644 |
| --- a/cc/trees/effect_node.h |
| +++ b/cc/trees/effect_node.h |
| @@ -58,7 +58,7 @@ struct CC_EXPORT EffectNode { |
| // We need to track changes to effects on the compositor to compute damage |
| // rect. |
| bool effect_changed; |
| - int num_copy_requests_in_subtree; |
|
jaydasika
2017/04/19 02:20:34
We need not track the number. The only thing we ar
|
| + bool subtree_has_copy_request; |
| int transform_id; |
| int clip_id; |
| // Effect node id of which this effect contributes to. |