mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01: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
|
@ -18,7 +18,7 @@ use incremental::{LayoutDamageComputation, REFLOW, REFLOW_ENTIRE_DOCUMENT, REPAI
|
|||
use layout_debug;
|
||||
use parallel::{self, UnsafeFlow};
|
||||
use sequential;
|
||||
use util::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use layout_data::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use wrapper::{LayoutNode, TLayoutNode, ThreadSafeLayoutNode};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue