mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Rename selector_matching.rs to stylist.rs
This commit is contained in:
parent
72e4c6dc21
commit
08066800cd
15 changed files with 16 additions and 16 deletions
|
@ -11,11 +11,11 @@ use error_reporting::ParseErrorReporter;
|
|||
use euclid::Size2D;
|
||||
use matching::StyleSharingCandidateCache;
|
||||
use parking_lot::RwLock;
|
||||
use selector_matching::Stylist;
|
||||
use std::cell::RefCell;
|
||||
use std::collections::HashMap;
|
||||
use std::sync::{Arc, Mutex};
|
||||
use std::sync::mpsc::Sender;
|
||||
use stylist::Stylist;
|
||||
use timer::Timer;
|
||||
|
||||
/// This structure is used to create a local style context from a shared one.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue