mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55: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
|
@ -252,7 +252,7 @@
|
|||
use properties::{DeclaredValue, LonghandId, LonghandIdSet};
|
||||
use properties::{CSSWideKeyword, ComputedValues, PropertyDeclaration};
|
||||
use properties::style_structs;
|
||||
use std::sync::Arc;
|
||||
use stylearc::Arc;
|
||||
use values::computed::{Context, ToComputedValue};
|
||||
use values::{computed, generics, specified};
|
||||
use Atom;
|
||||
|
@ -716,7 +716,7 @@
|
|||
use properties::{PropertyDeclaration, ParsedDeclaration};
|
||||
use properties::{ShorthandId, UnparsedValue, longhands};
|
||||
use std::fmt;
|
||||
use std::sync::Arc;
|
||||
use stylearc::Arc;
|
||||
use style_traits::ToCss;
|
||||
|
||||
pub struct Longhands {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue