Index: cc/trees/property_tree.h |
diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h |
index 0ec77bc5bbea6c46d37d31aa1660e4a9eaed3404..6f42424f5297ee42d862016254d171bc6b8cd609 100644 |
--- a/cc/trees/property_tree.h |
+++ b/cc/trees/property_tree.h |
@@ -139,6 +139,7 @@ struct CC_EXPORT ClipNodeData { |
gfx::RectF combined_clip; |
int transform_id; |
int target_id; |
+ bool inherit_parent_target_space_clip; |
}; |
typedef TreeNode<ClipNodeData> ClipNode; |