diff options
Diffstat (limited to 'components/style/animation.rs')
-rw-r--r-- | components/style/animation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/animation.rs b/components/style/animation.rs index 8d652d8e0e9..b9faf26f7ef 100644 --- a/components/style/animation.rs +++ b/components/style/animation.rs @@ -17,8 +17,8 @@ use properties::longhands::animation_direction::computed_value::single_value::T use properties::longhands::animation_iteration_count::single_value::computed_value::T as AnimationIterationCount; use properties::longhands::animation_play_state::computed_value::single_value::T as AnimationPlayState; use rule_tree::CascadeLevel; +use servo_arc::Arc; use std::sync::mpsc::Sender; -use stylearc::Arc; use stylesheets::keyframes_rule::{KeyframesStep, KeyframesStepValue}; use timer::Timer; use values::computed::Time; |