mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Use CompositorMsg from script_traits.
This commit is contained in:
parent
47933479da
commit
f9a8c322af
9 changed files with 13 additions and 17 deletions
|
@ -55,8 +55,6 @@ mod surface_map;
|
|||
mod touch;
|
||||
pub mod windowing;
|
||||
|
||||
pub use script_traits::{AnimationTickType, ConstellationMsg as CompositorMsg};
|
||||
|
||||
pub struct SendableFrameTree {
|
||||
pub pipeline: CompositionPipeline,
|
||||
pub size: Option<TypedSize2D<PagePx, f32>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue