mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Move pipeline into the constellation crate.
This commit is contained in:
parent
383cdd450f
commit
76fae9fa28
11 changed files with 19 additions and 14 deletions
|
@ -16,7 +16,6 @@ use clipboard::ClipboardContext;
|
|||
use compositing::CompositorMsg as FromCompositorMsg;
|
||||
use compositing::compositor_thread::CompositorProxy;
|
||||
use compositing::compositor_thread::Msg as ToCompositorMsg;
|
||||
use compositing::pipeline::{InitialPipelineState, Pipeline, UnprivilegedPipelineContent};
|
||||
#[cfg(not(target_os = "windows"))]
|
||||
use compositing::sandboxing;
|
||||
use compositing::{AnimationTickType, SendableFrameTree};
|
||||
|
@ -46,6 +45,7 @@ use net_traits::image_cache_thread::ImageCacheThread;
|
|||
use net_traits::storage_thread::StorageThreadMsg;
|
||||
use net_traits::{self, ResourceThreads, IpcSend};
|
||||
use offscreen_gl_context::{GLContextAttributes, GLLimits};
|
||||
use pipeline::{InitialPipelineState, Pipeline, UnprivilegedPipelineContent};
|
||||
use profile_traits::mem;
|
||||
use profile_traits::time;
|
||||
use rand::{random, Rng, SeedableRng, StdRng};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue