mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Move the traversal traits into the traversal module.
This commit is contained in:
parent
acf47a02cf
commit
3e2c44114c
5 changed files with 35 additions and 32 deletions
|
@ -10,12 +10,12 @@ use flow::{PostorderFlowTraversal, PreorderFlowTraversal};
|
|||
use flow_ref::FlowRef;
|
||||
use fragment::FragmentBorderBoxIterator;
|
||||
use generated_content::ResolveGeneratedContent;
|
||||
use traversal::{PreorderDomTraversal, PostorderDomTraversal};
|
||||
use traversal::PostorderNodeMutTraversal;
|
||||
use traversal::{BubbleISizes, RecalcStyleForNode, ConstructFlows};
|
||||
use traversal::{AssignBSizesAndStoreOverflow, AssignISizes};
|
||||
use traversal::{ComputeAbsolutePositions, BuildDisplayList};
|
||||
use wrapper::LayoutNode;
|
||||
use wrapper::{PostorderNodeMutTraversal};
|
||||
use wrapper::{PreorderDomTraversal, PostorderDomTraversal};
|
||||
|
||||
use euclid::point::Point2D;
|
||||
use util::geometry::{Au, ZERO_POINT};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue