aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/style/traversal.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/style/traversal.rs b/components/style/traversal.rs
index cd90f568753..a430ad22ad7 100644
--- a/components/style/traversal.rs
+++ b/components/style/traversal.rs
@@ -563,9 +563,6 @@ where
} else {
element.has_dirty_descendants()
};
- if flags.for_animation_only() {
- unsafe { element.unset_animation_only_dirty_descendants(); }
- }
// Before examining each child individually, try to prove that our children
// don't need style processing. They need processing if any of the following