mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -27,7 +27,7 @@ use gfx::font;
|
|||
use gfx::font_cache_thread::FontCacheThread;
|
||||
use gfx::font_context;
|
||||
use gfx::paint_thread::{LayoutToPaintMsg, PaintLayer};
|
||||
use gfx_traits::{color, LayerId, ScrollPolicy};
|
||||
use gfx_traits::{color, Epoch, LayerId, ScrollPolicy};
|
||||
use incremental::{LayoutDamageComputation, REFLOW, REFLOW_ENTIRE_DOCUMENT, REPAINT};
|
||||
use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
|
||||
use ipc_channel::router::ROUTER;
|
||||
|
@ -35,7 +35,6 @@ use layout_debug;
|
|||
use layout_traits::LayoutThreadFactory;
|
||||
use log;
|
||||
use msg::ParseErrorReporter;
|
||||
use msg::compositor_msg::Epoch;
|
||||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId};
|
||||
use net_traits::image_cache_thread::{ImageCacheChan, ImageCacheResult, ImageCacheThread};
|
||||
use parallel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue