aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/inline.rs
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-07-04 12:57:00 -0700
committerGitHub <noreply@github.com>2016-07-04 12:57:00 -0700
commit3b0dadda529a5ba45a8a0dc394187f43a66e7c1f (patch)
tree051be23bf32b15dd64e65658052ccb8d962834bb /components/layout/inline.rs
parent80cb0cf8214fd52d2884724614c40cb278ee7575 (diff)
parentbf34fdde1fbee49bf518ef0dcbb40447fc35fe0f (diff)
downloadservo-3b0dadda529a5ba45a8a0dc394187f43a66e7c1f.tar.gz
servo-3b0dadda529a5ba45a8a0dc394187f43a66e7c1f.zip
Auto merge of #12224 - nox:die-util-die, r=Ms2ger
Remove some stuff from util <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12224) <!-- Reviewable:end -->
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 af1f6c878cd..6195024f2ca 100644
--- a/components/layout/inline.rs
+++ b/components/layout/inline.rs
@@ -21,6 +21,7 @@ use gfx::display_list::{OpaqueNode, StackingContext};
use gfx::font::FontMetrics;
use gfx::font_context::FontContext;
use gfx_traits::StackingContextId;
+use gfx_traits::print_tree::PrintTree;
use layout_debug;
use model::IntrinsicISizesContribution;
use range::{Range, RangeIndex};
@@ -41,7 +42,6 @@ use style::values::computed::LengthOrPercentage;
use text;
use unicode_bidi;
use util;
-use util::print_tree::PrintTree;
// From gfxFontConstants.h in Firefox
static FONT_SUBSCRIPT_OFFSET_RATIO: f32 = 0.20;