mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -40,7 +40,8 @@ use table_row::TableRowFlow;
|
|||
use table_rowgroup::TableRowGroupFlow;
|
||||
use table_wrapper::TableWrapperFlow;
|
||||
use text::TextRunScanner;
|
||||
use wrapper::{PostorderNodeMutTraversal, PseudoElementType, ThreadSafeLayoutNode};
|
||||
use traversal::PostorderNodeMutTraversal;
|
||||
use wrapper::{PseudoElementType, ThreadSafeLayoutNode};
|
||||
|
||||
use gfx::display_list::OpaqueNode;
|
||||
use script::dom::characterdata::CharacterDataTypeId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue