mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -17,6 +17,7 @@ use flow_ref::{self, FlowRef};
|
|||
use fragment::{Fragment, FragmentBorderBoxIterator, Overflow};
|
||||
use gfx::display_list::StackingContext;
|
||||
use gfx_traits::StackingContextId;
|
||||
use gfx_traits::print_tree::PrintTree;
|
||||
use std::cmp::{min, max};
|
||||
use std::fmt;
|
||||
use std::sync::Arc;
|
||||
|
@ -25,7 +26,6 @@ use style::logical_geometry::LogicalSize;
|
|||
use style::properties::{ComputedValues, ServoComputedValues};
|
||||
use style::servo::SharedStyleContext;
|
||||
use style::values::computed::{LengthOrPercentageOrAuto, LengthOrPercentageOrNone};
|
||||
use util::print_tree::PrintTree;
|
||||
|
||||
pub struct MulticolFlow {
|
||||
pub block_flow: BlockFlow,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue