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:
Emilio Cobos Álvarez 2017-07-09 21:19:04 +02:00
parent fcf85e4658
commit b4c8ba3029
No known key found for this signature in database
GPG key ID: 056B727BB9C1027C
2 changed files with 371 additions and 0 deletions

View file

@ -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;