mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
style: Introduce StyleResolverForElement.
This still doesn't make use of it so far, but I prefer introducing it atomically, then introduce its usage. MozReview-Commit-ID: 9dRUsl3srHp
This commit is contained in:
parent
fcf85e4658
commit
b4c8ba3029
2 changed files with 371 additions and 0 deletions
|
@ -123,6 +123,7 @@ pub mod selector_map;
|
|||
pub mod selector_parser;
|
||||
pub mod shared_lock;
|
||||
pub mod sharing;
|
||||
pub mod style_resolver;
|
||||
pub mod stylist;
|
||||
#[cfg(feature = "servo")] #[allow(unsafe_code)] pub mod servo;
|
||||
pub mod sequential;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue