mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Stop reexporting Animation from layout_interface.
This commit is contained in:
parent
4143caaa57
commit
39ba25572b
3 changed files with 2 additions and 4 deletions
|
@ -8,12 +8,11 @@ use flow::{self, Flow};
|
|||
use gfx::display_list::OpaqueNode;
|
||||
use incremental::RestyleDamage;
|
||||
use msg::constellation_msg::{AnimationState, ConstellationChan, PipelineId};
|
||||
use script::layout_interface::Animation;
|
||||
use script_traits::LayoutMsg as ConstellationMsg;
|
||||
use std::collections::HashMap;
|
||||
use std::collections::hash_map::Entry;
|
||||
use std::sync::mpsc::Receiver;
|
||||
use style::animation::update_style_for_animation;
|
||||
use style::animation::{Animation, update_style_for_animation};
|
||||
use time;
|
||||
|
||||
/// Processes any new animations that were discovered after style recalculation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue