aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2016-06-15 15:04:04 +0100
committerMs2ger <Ms2ger@gmail.com>2016-06-20 19:07:54 +0200
commit0d0b268138674598e4c9c6e979b9245cfbc795d6 (patch)
tree11ebb6023c7a8006991916491d4b5b1b88538006 /components/layout/inline.rs
parent000e2de57a7b458900778e4528025482f88a269d (diff)
downloadservo-0d0b268138674598e4c9c6e979b9245cfbc795d6.tar.gz
servo-0d0b268138674598e4c9c6e979b9245cfbc795d6.zip
Move LayoutNode and related traits to script_layout_interface.
Diffstat (limited to 'components/layout/inline.rs')
-rw-r--r--components/layout/inline.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/inline.rs b/components/layout/inline.rs
index e0e390557db..2b366acedac 100644
--- a/components/layout/inline.rs
+++ b/components/layout/inline.rs
@@ -26,6 +26,7 @@ use model::IntrinsicISizesContribution;
use range::{Range, RangeIndex};
use script_layout_interface::restyle_damage::{BUBBLE_ISIZES, REFLOW, REFLOW_OUT_OF_FLOW};
use script_layout_interface::restyle_damage::{REPAINT, RESOLVE_GENERATED_CONTENT};
+use script_layout_interface::wrapper_traits::PseudoElementType;
use std::cmp::max;
use std::collections::VecDeque;
use std::sync::Arc;
@@ -39,7 +40,6 @@ use text;
use unicode_bidi;
use util;
use util::print_tree::PrintTree;
-use wrapper::PseudoElementType;
// From gfxFontConstants.h in Firefox
static FONT_SUBSCRIPT_OFFSET_RATIO: f32 = 0.20;