mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Use StyleArc in the style system.
MozReview-Commit-ID: flF0fv9E9M
This commit is contained in:
parent
6d8fc600b8
commit
d78ca4c4f9
37 changed files with 49 additions and 54 deletions
|
@ -19,8 +19,8 @@ use properties::longhands::animation_iteration_count::single_value::computed_val
|
|||
use properties::longhands::animation_play_state::computed_value::single_value::T as AnimationPlayState;
|
||||
use properties::longhands::transition_timing_function::single_value::computed_value::StartEnd;
|
||||
use properties::longhands::transition_timing_function::single_value::computed_value::T as TransitionTimingFunction;
|
||||
use std::sync::Arc;
|
||||
use std::sync::mpsc::Sender;
|
||||
use stylearc::Arc;
|
||||
use timer::Timer;
|
||||
use values::computed::Time;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue