From c0be925bed2296e5cf16c95925016fa18d28e177 Mon Sep 17 00:00:00 2001 From: Pyfisch Date: Sat, 24 Mar 2018 21:50:15 +0100 Subject: Move DL items from gfx to layout Implement corner clipping. Remove PixelFormat from WebrenderImageInfo. Use WebRender text shadow. Remove MallocSizeOf and Deserialize for DL items. Closes #19649, #19680, #19802 --- components/layout/construct.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/layout/construct.rs') diff --git a/components/layout/construct.rs b/components/layout/construct.rs index 3849e43ad51..9fbd70d9040 100644 --- a/components/layout/construct.rs +++ b/components/layout/construct.rs @@ -17,6 +17,7 @@ use ServoArc; use block::BlockFlow; use context::{LayoutContext, with_thread_local_font_context}; use data::{LayoutDataFlags, LayoutData}; +use display_list::items::OpaqueNode; use flex::FlexFlow; use floats::FloatKind; use flow::{AbsoluteDescendants, Flow, FlowClass, GetBaseFlow, ImmutableFlowUtils}; @@ -27,7 +28,6 @@ use fragment::{Fragment, GeneratedContentInfo, IframeFragmentInfo, FragmentFlags use fragment::{InlineAbsoluteHypotheticalFragmentInfo, TableColumnFragmentInfo}; use fragment::{InlineBlockFragmentInfo, SpecificFragmentInfo, UnscannedTextFragmentInfo}; use fragment::WhitespaceStrippingResult; -use gfx::display_list::OpaqueNode; use inline::{InlineFlow, InlineFragmentNodeInfo, InlineFragmentNodeFlags}; use linked_list::prepend_from; use list_item::{ListItemFlow, ListStyleTypeContent}; -- cgit v1.2.3