mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -15,7 +15,6 @@
|
|||
|
||||
use block::BlockFlow;
|
||||
use context::LayoutContext;
|
||||
use css::node_style::StyledNode;
|
||||
use data::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataWrapper};
|
||||
use floats::FloatKind;
|
||||
use flow::{Descendants, AbsDescendants};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue