Chromium Code Reviews| Index: cc/trees/property_tree.h |
| diff --git a/cc/trees/property_tree.h b/cc/trees/property_tree.h |
| index 0ec77bc5bbea6c46d37d31aa1660e4a9eaed3404..f061d0784c3de8b81ff22ac27059140efee8940b 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 render_surface_applies_clip; |
| }; |
| typedef TreeNode<ClipNodeData> ClipNode; |