Index: cc/trees/effect_node.h |
diff --git a/cc/trees/effect_node.h b/cc/trees/effect_node.h |
index 42490d8743b1df5fd5bdbef93b7f35b4cad896ca..9d37b87f30ee52f898df2c82f686517eadae3daa 100644 |
--- a/cc/trees/effect_node.h |
+++ b/cc/trees/effect_node.h |
@@ -64,6 +64,7 @@ struct CC_EXPORT EffectNode { |
// Effect node id of which this effect contributes to. |
int target_id; |
int mask_layer_id; |
+ int closest_ancestor_with_copy_request_id; |
bool operator==(const EffectNode& other) const; |