mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
move embedder related messages, and window event handling, out of compositor
This commit is contained in:
parent
ced303b9cb
commit
01c24e017d
5 changed files with 421 additions and 288 deletions
|
@ -26,6 +26,7 @@ extern crate webrender_api;
|
|||
|
||||
pub use compositor_thread::CompositorProxy;
|
||||
pub use compositor::IOCompositor;
|
||||
pub use compositor::ShutdownState;
|
||||
use euclid::TypedSize2D;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use msg::constellation_msg::PipelineId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue