mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
parent
3c6e16c9ad
commit
83e66d6959
9 changed files with 27 additions and 22 deletions
|
@ -13,11 +13,10 @@ use headless;
|
|||
use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
|
||||
use layers::layers::{BufferRequest, LayerBufferSet};
|
||||
use layers::platform::surface::{NativeDisplay, NativeSurface};
|
||||
use msg::constellation_msg::{AnimationState, PipelineId};
|
||||
use msg::constellation_msg::{Image, Key, KeyModifiers, KeyState};
|
||||
use msg::constellation_msg::{Image, Key, KeyModifiers, KeyState, PipelineId};
|
||||
use profile_traits::mem;
|
||||
use profile_traits::time;
|
||||
use script_traits::{EventResult, ScriptToCompositorMsg};
|
||||
use script_traits::{AnimationState, EventResult, ScriptToCompositorMsg};
|
||||
use std::fmt::{Debug, Error, Formatter};
|
||||
use std::rc::Rc;
|
||||
use std::sync::mpsc::{Receiver, Sender, channel};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue