diff options
Diffstat (limited to 'components/layout/animation.rs')
-rw-r--r-- | components/layout/animation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/animation.rs b/components/layout/animation.rs index ab11433fdfa..26c40bade35 100644 --- a/components/layout/animation.rs +++ b/components/layout/animation.rs @@ -108,7 +108,7 @@ pub fn recalc_style_for_animations(flow: &mut Flow, } let mut new_style = fragment.style.clone(); - animation.property_animation.update(&mut *Arc::make_unique(&mut new_style), + animation.property_animation.update(&mut *Arc::make_mut(&mut new_style), progress); damage.insert(incremental::compute_damage(&Some(fragment.style.clone()), &new_style)); |