mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Hoist the style parts of traversal.rs into style/.
This commit is contained in:
parent
bf1a7d243f
commit
f9a02f0aba
5 changed files with 269 additions and 256 deletions
|
@ -12,10 +12,9 @@ use flow::{self, Flow, ImmutableFlowUtils, InorderFlowTraversal, MutableFlowUtil
|
|||
use flow_ref::{self, FlowRef};
|
||||
use fragment::FragmentBorderBoxIterator;
|
||||
use generated_content::ResolveGeneratedContent;
|
||||
use traversal::PostorderNodeMutTraversal;
|
||||
use style::traversal::DomTraversalContext;
|
||||
use traversal::{AssignBSizesAndStoreOverflow, AssignISizes};
|
||||
use traversal::{BubbleISizes, BuildDisplayList, ComputeAbsolutePositions};
|
||||
use traversal::DomTraversalContext;
|
||||
use traversal::{BubbleISizes, BuildDisplayList, ComputeAbsolutePositions, PostorderNodeMutTraversal};
|
||||
use util::opts;
|
||||
use wrapper::LayoutNode;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue