diff options
author | Brendan Zabarauskas <bjzaba@yahoo.com.au> | 2014-05-28 10:42:57 -0700 |
---|---|---|
committer | Brendan Zabarauskas <bjzaba@yahoo.com.au> | 2014-05-28 16:35:15 -0700 |
commit | bf9935abbee08fb51528b50a46790e96e56197e2 (patch) | |
tree | 17d74d161d24d4fa1ec71b2adf6152f6c2624239 /src/components/main/layout/inline.rs | |
parent | 3ffce02b88a59e5967a31a29d4666bde176e874c (diff) | |
download | servo-bf9935abbee08fb51528b50a46790e96e56197e2.tar.gz servo-bf9935abbee08fb51528b50a46790e96e56197e2.zip |
Rename `box_.rs` to `fragment.rs`
Diffstat (limited to 'src/components/main/layout/inline.rs')
-rw-r--r-- | src/components/main/layout/inline.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/main/layout/inline.rs b/src/components/main/layout/inline.rs index df9ec106a65..c844ce2e051 100644 --- a/src/components/main/layout/inline.rs +++ b/src/components/main/layout/inline.rs @@ -3,11 +3,11 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use css::node_style::StyledNode; -use layout::box_::{Fragment, ScannedTextFragment, ScannedTextFragmentInfo, SplitInfo}; use layout::context::LayoutContext; use layout::floats::{FloatLeft, Floats, PlacementInfo}; use layout::flow::{BaseFlow, FlowClass, Flow, InlineFlowClass}; use layout::flow; +use layout::fragment::{Fragment, ScannedTextFragment, ScannedTextFragmentInfo, SplitInfo}; use layout::model::IntrinsicWidths; use layout::model; use layout::text; |