mirror of
https://github.com/servo/servo.git
synced 2025-08-16 19:05:33 +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
|
@ -36,7 +36,6 @@ use crate::dom::bindings::reflector::{DomObject, Reflector};
|
|||
use crate::dom::bindings::root::{Dom, DomRoot};
|
||||
use crate::dom::bindings::str::{DOMString, USVString};
|
||||
use crate::dom::bindings::utils::WindowProxyHandler;
|
||||
use crate::dom::document::PendingRestyle;
|
||||
use crate::dom::gpubuffer::GPUBufferState;
|
||||
use crate::dom::htmlimageelement::SourceSet;
|
||||
use crate::dom::htmlmediaelement::{HTMLMediaElementFetchContext, MediaFrameRenderer};
|
||||
|
@ -96,6 +95,7 @@ use net_traits::storage_thread::StorageType;
|
|||
use net_traits::{Metadata, NetworkError, ReferrerPolicy, ResourceFetchTiming, ResourceThreads};
|
||||
use profile_traits::mem::ProfilerChan as MemProfilerChan;
|
||||
use profile_traits::time::ProfilerChan as TimeProfilerChan;
|
||||
use script_layout_interface::message::PendingRestyle;
|
||||
use script_layout_interface::rpc::LayoutRPC;
|
||||
use script_layout_interface::OpaqueStyleAndLayoutData;
|
||||
use script_traits::serializable::BlobImpl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue