aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/animation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/animation.rs')
-rw-r--r--components/style/animation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/style/animation.rs b/components/style/animation.rs
index 3e501781987..bcb42653cbd 100644
--- a/components/style/animation.rs
+++ b/components/style/animation.rs
@@ -15,8 +15,8 @@ use properties::longhands::animation_direction::computed_value::single_value::T
use properties::longhands::animation_play_state::computed_value::single_value::T as AnimationPlayState;
use rule_tree::CascadeLevel;
use servo_arc::Arc;
+use servo_channel::Sender;
use std::fmt;
-use std::sync::mpsc::Sender;
use stylesheets::keyframes_rule::{KeyframesAnimation, KeyframesStep, KeyframesStepValue};
use timer::Timer;
use values::computed::Time;