From ea062e6e47e0e75c2199fa70215362a28e05a5d1 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Thu, 4 Jan 2018 13:34:04 +0100 Subject: Create own file for background calculations in layout Move display_list_builder.rs and webrender_helpers.rs along with the new file to components/layout/display_list/ Remove apparently unused IdType enum. Only variant used was OverflowClip. See #19676 --- components/layout/table_caption.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/layout/table_caption.rs') diff --git a/components/layout/table_caption.rs b/components/layout/table_caption.rs index c6425e93b4e..63292cfbb55 100644 --- a/components/layout/table_caption.rs +++ b/components/layout/table_caption.rs @@ -9,8 +9,8 @@ use app_units::Au; use block::BlockFlow; use context::LayoutContext; -use display_list_builder::{BlockFlowDisplayListBuilding, DisplayListBuildState}; -use display_list_builder::{StackingContextCollectionFlags, StackingContextCollectionState}; +use display_list::{BlockFlowDisplayListBuilding, DisplayListBuildState}; +use display_list::{StackingContextCollectionFlags, StackingContextCollectionState}; use euclid::Point2D; use flow::{Flow, FlowClass, OpaqueFlow}; use fragment::{Fragment, FragmentBorderBoxIterator, Overflow}; -- cgit v1.2.3