mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Move Epoch to gfx_traits
Resolves #9222. Moved Epoch from components/msg/compositor_msg to components/gfx_traits/lib. Updated use statements to reflect the move.
This commit is contained in:
parent
85792d2819
commit
f32995543d
12 changed files with 26 additions and 28 deletions
|
@ -35,10 +35,10 @@ use euclid::Size2D;
|
|||
use euclid::length::Length;
|
||||
use euclid::point::Point2D;
|
||||
use euclid::rect::Rect;
|
||||
use gfx_traits::Epoch;
|
||||
use gfx_traits::LayerId;
|
||||
use ipc_channel::ipc::{IpcReceiver, IpcSender};
|
||||
use libc::c_void;
|
||||
use msg::compositor_msg::Epoch;
|
||||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId, WindowSizeData};
|
||||
use msg::constellation_msg::{Key, KeyModifiers, KeyState, LoadData, SubpageId};
|
||||
use msg::constellation_msg::{MouseButton, MouseEventType};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue