mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
compositing: Remove CompositorThread struct
This commit is contained in:
parent
530b5a649e
commit
9c8d5d58d8
3 changed files with 4 additions and 17 deletions
|
@ -36,7 +36,7 @@ extern crate util;
|
|||
extern crate webrender;
|
||||
extern crate webrender_traits;
|
||||
|
||||
pub use compositor_thread::{CompositorProxy, CompositorThread};
|
||||
pub use compositor_thread::CompositorProxy;
|
||||
pub use compositor::IOCompositor;
|
||||
use euclid::size::TypedSize2D;
|
||||
use gfx::paint_thread::ChromeToPaintMsg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue