mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)
This commit is contained in:
parent
ba2cb77c26
commit
40b4348824
28 changed files with 349 additions and 338 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue