mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Move PendingRestyle to the style_layout_interface crate
This commit is contained in:
parent
04af32128c
commit
df0118dd10
6 changed files with 34 additions and 30 deletions
|
@ -39,7 +39,6 @@ use msg::constellation_msg::{BrowsingContextId, PipelineId};
|
|||
use net_traits::image::base::{Image, ImageMetadata};
|
||||
use range::Range;
|
||||
use script::layout_exports::NodeFlags;
|
||||
use script::layout_exports::PendingRestyle;
|
||||
use script::layout_exports::ShadowRoot;
|
||||
use script::layout_exports::{
|
||||
CharacterDataTypeId, DocumentFragmentTypeId, ElementTypeId, HTMLElementTypeId, NodeTypeId,
|
||||
|
@ -51,6 +50,7 @@ use script::layout_exports::{
|
|||
LayoutDom, LayoutElementHelpers, LayoutNodeHelpers, LayoutShadowRootHelpers,
|
||||
RawLayoutElementHelpers,
|
||||
};
|
||||
use script_layout_interface::message::PendingRestyle;
|
||||
use script_layout_interface::wrapper_traits::{
|
||||
DangerousThreadSafeLayoutNode, GetLayoutData, LayoutNode,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue