diff options
Diffstat (limited to 'components/layout/animation.rs')
-rw-r--r-- | components/layout/animation.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/animation.rs b/components/layout/animation.rs index e9a530e7d90..cc87a2824a4 100644 --- a/components/layout/animation.rs +++ b/components/layout/animation.rs @@ -6,9 +6,9 @@ use flow::{self, Flow}; use gfx::display_list::OpaqueNode; -use incremental::RestyleDamage; use ipc_channel::ipc::IpcSender; use msg::constellation_msg::PipelineId; +use script_layout_interface::restyle_damage::RestyleDamage; use script_traits::{AnimationState, LayoutMsg as ConstellationMsg}; use std::collections::HashMap; use std::collections::hash_map::Entry; |