mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Replace the StyledNode trait with inherent methods.
This commit is contained in:
parent
5cf662fb97
commit
3984e39011
13 changed files with 36 additions and 68 deletions
|
@ -4,7 +4,6 @@
|
|||
|
||||
//! Traversals over the DOM and flow trees, running the layout computations.
|
||||
|
||||
use css::node_style::StyledNode;
|
||||
use css::matching::{ApplicableDeclarations, MatchMethods, StyleSharingResult};
|
||||
use construct::FlowConstructor;
|
||||
use context::LayoutContext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue