mirror of
https://github.com/servo/servo.git
synced 2025-06-14 19:34:29 +00:00
Rename util.rs -> layout_data.rs
This commit is contained in:
parent
564d12435a
commit
dd0df4e9c5
7 changed files with 8 additions and 8 deletions
|
@ -41,7 +41,7 @@ use table_rowgroup::TableRowGroupFlow;
|
|||
use table_row::TableRowFlow;
|
||||
use table_cell::TableCellFlow;
|
||||
use text::TextRunScanner;
|
||||
use util::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataAccess, LayoutDataWrapper};
|
||||
use layout_data::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataAccess, LayoutDataWrapper};
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use wrapper::{PostorderNodeMutTraversal, PseudoElementType, TLayoutNode, ThreadSafeLayoutNode};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue