diff options
Diffstat (limited to 'components/script/animations.rs')
-rw-r--r-- | components/script/animations.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/animations.rs b/components/script/animations.rs index 531d941d6f9..752deb5c9b4 100644 --- a/components/script/animations.rs +++ b/components/script/animations.rs @@ -23,6 +23,7 @@ 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 std::cell::Cell; use style::animation::{ Animation, AnimationSetKey, AnimationState, DocumentAnimationSet, ElementAnimationSet, |