diff options
Diffstat (limited to 'components/layout/flow.rs')
-rw-r--r-- | components/layout/flow.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs index 0df6a7bd1d0..0440dcb52bb 100644 --- a/components/layout/flow.rs +++ b/components/layout/flow.rs @@ -34,10 +34,11 @@ use flow_list::{FlowList, FlowListIterator, MutFlowListIterator}; use flow_ref::{self, FlowRef, WeakFlowRef}; use fragment::{Fragment, FragmentBorderBoxIterator, SpecificFragmentInfo}; use gfx::display_list::{ClippingRegion, DisplayList}; +use gfx_traits::LayerId; use incremental::{self, RECONSTRUCT_FLOW, REFLOW, REFLOW_OUT_OF_FLOW, RestyleDamage}; use inline::InlineFlow; use model::{CollapsibleMargins, IntrinsicISizes, MarginCollapseInfo}; -use msg::compositor_msg::{LayerId, LayerType}; +use msg::compositor_msg::LayerType; use multicol::MulticolFlow; use parallel::FlowParallelInfo; use rustc_serialize::{Encodable, Encoder}; |