Move util::print_tree to gfx_traits

This commit is contained in:
Anthony Ramine 2016-07-04 15:47:06 +02:00
parent 110fd68610
commit 51ff916e09
15 changed files with 13 additions and 13 deletions

View file

@ -44,6 +44,7 @@ use flow_ref::FlowRef;
use fragment::SpecificFragmentInfo;
use fragment::{CoordinateSystem, Fragment, FragmentBorderBoxIterator, HAS_LAYER, Overflow};
use gfx::display_list::{ClippingRegion, StackingContext};
use gfx_traits::print_tree::PrintTree;
use gfx_traits::{LayerId, StackingContextId};
use layout_debug;
use model::{CollapsibleMargins, MaybeAuto, specified, specified_or_none};
@ -62,7 +63,6 @@ use style::servo::SharedStyleContext;
use style::values::computed::{LengthOrNone, LengthOrPercentageOrNone};
use style::values::computed::{LengthOrPercentage, LengthOrPercentageOrAuto};
use util::geometry::MAX_RECT;
use util::print_tree::PrintTree;
/// The number of screens of data we're allowed to generate display lists for in each direction.
const DISPLAY_PORT_SIZE_FACTOR: i32 = 8;