Index: cc/trees/property_tree.h |
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h |
index 68a99767f0a13a888f40648dc67893d93357cbe8..93f7244c2252276393403665643df3f145963227 100644 |
--- a/cc/trees/property_tree.h |
+++ b/cc/trees/property_tree.h |
@@ -234,7 +234,10 @@ struct CC_EXPORT ClipNodeData { |
int transform_id; |
// The id of the transform node that defines the clip node's target space. |
- int target_id; |
+ int target_transform_id; |
+ |
+ // The id of the effect node that defines the clip node's target space. |
+ int target_effect_id; |
// Whether this node contributes a new clip (that is, whether |clip| needs to |
// be applied), rather than only inheriting ancestor clips. |