diff options
Diffstat (limited to 'components/layout/table.rs')
-rw-r--r-- | components/layout/table.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/components/layout/table.rs b/components/layout/table.rs index 9ed0dfd02d7..5b7f26eb9d9 100644 --- a/components/layout/table.rs +++ b/components/layout/table.rs @@ -16,7 +16,8 @@ use flow; use flow::{BaseFlow, EarlyAbsolutePositionInfo, Flow, FlowClass, ImmutableFlowUtils, OpaqueFlow}; use flow_list::MutFlowListIterator; use fragment::{Fragment, FragmentBorderBoxIterator, Overflow}; -use gfx::display_list::{StackingContext, StackingContextId}; +use gfx::display_list::StackingContext; +use gfx_traits::StackingContextId; use incremental::{REFLOW, REFLOW_OUT_OF_FLOW}; use layout_debug; use model::{IntrinsicISizes, IntrinsicISizesContribution, MaybeAuto}; |