mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
layout/layout_data.rs -> layout/data.rs
This commit is contained in:
parent
3f9032c1a1
commit
3441b2c329
7 changed files with 6 additions and 6 deletions
|
@ -15,7 +15,7 @@ use flow::{self, Flow, ImmutableFlowUtils, MutableFlowUtils, MutableOwnedFlowUti
|
|||
use flow_ref::FlowRef;
|
||||
use fragment::{Fragment, FragmentBorderBoxIterator};
|
||||
use incremental::{LayoutDamageComputation, REFLOW, REFLOW_ENTIRE_DOCUMENT, REPAINT};
|
||||
use layout_data::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use data::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use layout_debug;
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use parallel::{self, UnsafeFlow};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue