mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Extract OpaqueNodeMethods to own file
This commit is contained in:
parent
417a932e30
commit
b424de2092
8 changed files with 76 additions and 62 deletions
|
@ -41,7 +41,8 @@ use table_rowgroup::TableRowGroupFlow;
|
|||
use table_row::TableRowFlow;
|
||||
use table_cell::TableCellFlow;
|
||||
use text::TextRunScanner;
|
||||
use util::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataAccess, OpaqueNodeMethods, LayoutDataWrapper};
|
||||
use util::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataAccess, LayoutDataWrapper};
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use wrapper::{PostorderNodeMutTraversal, PseudoElementType, TLayoutNode, ThreadSafeLayoutNode};
|
||||
|
||||
use gfx::display_list::OpaqueNode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue