mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Removed CompositorEventListener trait
This commit is contained in:
parent
55b0bb027c
commit
2bb109b14f
5 changed files with 39 additions and 51 deletions
|
@ -36,7 +36,8 @@ extern crate util;
|
|||
extern crate webrender;
|
||||
extern crate webrender_traits;
|
||||
|
||||
pub use compositor_thread::{CompositorEventListener, CompositorProxy, CompositorThread};
|
||||
pub use compositor_thread::{CompositorProxy, CompositorThread};
|
||||
pub use compositor::IOCompositor;
|
||||
use euclid::size::TypedSize2D;
|
||||
use gfx::paint_thread::ChromeToPaintMsg;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue