aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout/table_caption.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2016-07-04 15:47:06 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2016-07-04 15:47:06 +0200
commit51ff916e09ff844eb2a1aa1fe2df9ef4b45af649 (patch)
treed0fa7a7db899d1d086afc410dace876fdd74475f /components/layout/table_caption.rs
parent110fd6861007544b4f5b15d49da4f297c200bd7c (diff)
downloadservo-51ff916e09ff844eb2a1aa1fe2df9ef4b45af649.tar.gz
servo-51ff916e09ff844eb2a1aa1fe2df9ef4b45af649.zip
Move util::print_tree to gfx_traits
Diffstat (limited to 'components/layout/table_caption.rs')
-rw-r--r--components/layout/table_caption.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/table_caption.rs b/components/layout/table_caption.rs
index ad7c43d3f99..aaa038a4b57 100644
--- a/components/layout/table_caption.rs
+++ b/components/layout/table_caption.rs
@@ -15,12 +15,12 @@ use flow::{Flow, FlowClass, OpaqueFlow};
use fragment::{Fragment, FragmentBorderBoxIterator, Overflow};
use gfx::display_list::StackingContext;
use gfx_traits::StackingContextId;
+use gfx_traits::print_tree::PrintTree;
use std::fmt;
use std::sync::Arc;
use style::logical_geometry::LogicalSize;
use style::properties::ServoComputedValues;
use style::servo::SharedStyleContext;
-use util::print_tree::PrintTree;
/// A table formatting context.
pub struct TableCaptionFlow {