mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Move RenderNotifier from compositing to servo
This commit is contained in:
parent
fd07be1cef
commit
0b8deed28a
3 changed files with 45 additions and 43 deletions
|
@ -7,8 +7,8 @@
|
|||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
pub use crate::compositor::CompositingReason;
|
||||
pub use crate::compositor::IOCompositor;
|
||||
pub use crate::compositor::RenderNotifier;
|
||||
pub use crate::compositor::ShutdownState;
|
||||
pub use crate::compositor_thread::CompositorProxy;
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue