mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Hoist the rest of css/matching.rs into style/.
This commit is contained in:
parent
94b0789a5f
commit
513a75d86a
11 changed files with 440 additions and 458 deletions
|
@ -6,7 +6,6 @@
|
|||
|
||||
use construct::FlowConstructor;
|
||||
use context::LayoutContext;
|
||||
use css::matching::{ElementMatchMethods, MatchMethods, StyleSharingResult};
|
||||
use flow::{PostorderFlowTraversal, PreorderFlowTraversal};
|
||||
use flow::{self, Flow};
|
||||
use gfx::display_list::OpaqueNode;
|
||||
|
@ -17,7 +16,7 @@ use std::cell::RefCell;
|
|||
use std::mem;
|
||||
use style::context::StyleContext;
|
||||
use style::dom::{TRestyleDamage, UnsafeNode};
|
||||
use style::matching::ApplicableDeclarations;
|
||||
use style::matching::{ApplicableDeclarations, ElementMatchMethods, MatchMethods, StyleSharingResult};
|
||||
use util::opts;
|
||||
use util::tid::tid;
|
||||
use wrapper::{LayoutNode, ThreadSafeLayoutNode};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue