Use CompositorMsg from script_traits.

This commit is contained in:
Ms2ger 2016-05-24 12:07:33 +02:00
parent 47933479da
commit f9a8c322af
9 changed files with 13 additions and 17 deletions

View file

@ -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>>,