mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
parent
3c6e16c9ad
commit
83e66d6959
9 changed files with 27 additions and 22 deletions
|
@ -7,10 +7,10 @@ use compositor_thread::{CompositorEventListener, CompositorReceiver};
|
|||
use compositor_thread::{InitialCompositorState, Msg};
|
||||
use euclid::scale_factor::ScaleFactor;
|
||||
use euclid::{Point2D, Size2D};
|
||||
use msg::constellation_msg::AnimationState;
|
||||
use msg::constellation_msg::WindowSizeData;
|
||||
use profile_traits::mem;
|
||||
use profile_traits::time;
|
||||
use script_traits::AnimationState;
|
||||
use std::sync::mpsc::Sender;
|
||||
use util::opts;
|
||||
use windowing::WindowEvent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue