diff options
Diffstat (limited to 'components/script/animations.rs')
-rw-r--r-- | components/script/animations.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/animations.rs b/components/script/animations.rs index 4edb20a92a8..45e88734e75 100644 --- a/components/script/animations.rs +++ b/components/script/animations.rs @@ -6,10 +6,10 @@ use std::cell::Cell; +use base::id::PipelineId; use cssparser::ToCss; use fxhash::{FxHashMap, FxHashSet}; use libc::c_void; -use msg::constellation_msg::PipelineId; use script_traits::{AnimationState as AnimationsPresentState, ScriptMsg, UntrustedNodeAddress}; use serde::{Deserialize, Serialize}; use style::animation::{ |