Move the traversal traits into the traversal module.

This commit is contained in:
Ms2ger 2015-07-17 11:40:40 +02:00
parent acf47a02cf
commit 3e2c44114c
5 changed files with 35 additions and 32 deletions

View file

@ -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;