mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -22,11 +22,10 @@ use euclid::size::{Size2D, TypedSize2D};
|
|||
use gaol;
|
||||
use gaol::sandbox::{self, Sandbox, SandboxMethods};
|
||||
use gfx::font_cache_thread::FontCacheThread;
|
||||
use gfx_traits::PaintMsg as FromPaintMsg;
|
||||
use gfx_traits::{Epoch, PaintMsg as FromPaintMsg};
|
||||
use ipc_channel::ipc::{self, IpcOneShotServer, IpcSender};
|
||||
use ipc_channel::router::ROUTER;
|
||||
use layout_traits::{LayoutControlChan, LayoutThreadFactory};
|
||||
use msg::compositor_msg::Epoch;
|
||||
use msg::constellation_msg::AnimationState;
|
||||
use msg::constellation_msg::WebDriverCommandMsg;
|
||||
use msg::constellation_msg::{DocumentState, FrameId, PipelineId};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue