| Index: cc/trees/property_tree.h
|
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h
|
| index 4c1fab2ebfd43a43d6934a04f6eeb85d15102b32..1993976a2d61fc01f439ca30323e04d3bb7d865a 100644
|
| --- a/cc/trees/property_tree.h
|
| +++ b/cc/trees/property_tree.h
|
| @@ -271,6 +271,8 @@ struct CC_EXPORT EffectNodeData {
|
| int num_copy_requests_in_subtree;
|
| int transform_id;
|
| int clip_id;
|
| + // For a node that creates a render surface, target_id is its own id.
|
| + int target_id;
|
|
|
| bool operator==(const EffectNodeData& other) const;
|
|
|
|
|