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

@ -31,7 +31,7 @@ use fragment::{Fragment, IframeFragmentInfo};
use fragment::{InlineBlockFragmentInfo, SpecificFragmentInfo};
use incremental::{RECONSTRUCT_FLOW, RestyleDamage};
use inline::InlineFlow;
use layout_data::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataAccess, LayoutDataWrapper};
use data::{HAS_NEWLY_CONSTRUCTED_FLOW, LayoutDataAccess, LayoutDataWrapper};
use list_item::{self, ListItemFlow};
use opaque_node::OpaqueNodeMethods;
use parallel;