layout/layout_data.rs -> layout/data.rs

This commit is contained in:
Dan Fox 2015-03-03 19:59:38 +00:00
parent 3f9032c1a1
commit 3441b2c329
7 changed files with 6 additions and 6 deletions

View file

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