summaryrefslogtreecommitdiff
path: root/chromium/cc/trees/transform_node.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/cc/trees/transform_node.h')
-rw-r--r--chromium/cc/trees/transform_node.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chromium/cc/trees/transform_node.h b/chromium/cc/trees/transform_node.h
index 401af01e617..47bb059ea1c 100644
--- a/chromium/cc/trees/transform_node.h
+++ b/chromium/cc/trees/transform_node.h
@@ -105,6 +105,10 @@ struct CC_EXPORT TransformNode {
// We need to track changes to to_screen transform to compute the damage rect.
bool transform_changed : 1;
+ // Whether the parent transform node should be used for checking backface
+ // visibility, not this transform one.
+ bool delegates_to_parent_for_backface : 1;
+
gfx::ScrollOffset scroll_offset;
// This value stores the snapped amount whenever we snap. If the snap is due