mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Move util::print_tree to gfx_traits
This commit is contained in:
parent
110fd68610
commit
51ff916e09
15 changed files with 13 additions and 13 deletions
|
@ -35,6 +35,7 @@ use flow_list::{FlowList, FlowListIterator, MutFlowListIterator};
|
|||
use flow_ref::{self, FlowRef, WeakFlowRef};
|
||||
use fragment::{Fragment, FragmentBorderBoxIterator, Overflow, SpecificFragmentInfo};
|
||||
use gfx::display_list::{ClippingRegion, StackingContext};
|
||||
use gfx_traits::print_tree::PrintTree;
|
||||
use gfx_traits::{LayerId, LayerType, StackingContextId};
|
||||
use inline::InlineFlow;
|
||||
use model::{CollapsibleMargins, IntrinsicISizes, MarginCollapseInfo};
|
||||
|
@ -61,7 +62,6 @@ use table_colgroup::TableColGroupFlow;
|
|||
use table_row::TableRowFlow;
|
||||
use table_rowgroup::TableRowGroupFlow;
|
||||
use table_wrapper::TableWrapperFlow;
|
||||
use util::print_tree::PrintTree;
|
||||
|
||||
/// Virtual methods that make up a float context.
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue