mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move ToGfxColor to display_list_builder.rs
This commit is contained in:
parent
b424de2092
commit
564d12435a
3 changed files with 14 additions and 17 deletions
|
@ -10,6 +10,7 @@
|
|||
use css::node_style::StyledNode;
|
||||
use construct::ConstructionResult;
|
||||
use context::{SharedLayoutContext, SharedLayoutContextWrapper};
|
||||
use display_list_builder::ToGfxColor;
|
||||
use flow::{self, Flow, ImmutableFlowUtils, MutableFlowUtils, MutableOwnedFlowUtils};
|
||||
use flow_ref::FlowRef;
|
||||
use fragment::{Fragment, FragmentBorderBoxIterator};
|
||||
|
@ -17,7 +18,7 @@ use incremental::{LayoutDamageComputation, REFLOW, REFLOW_ENTIRE_DOCUMENT, REPAI
|
|||
use layout_debug;
|
||||
use parallel::{self, UnsafeFlow};
|
||||
use sequential;
|
||||
use util::{LayoutDataAccess, LayoutDataWrapper, ToGfxColor};
|
||||
use util::{LayoutDataAccess, LayoutDataWrapper};
|
||||
use opaque_node::OpaqueNodeMethods;
|
||||
use wrapper::{LayoutNode, TLayoutNode, ThreadSafeLayoutNode};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue