mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move PaintMsg enum to gfx_traits #8844
This commit is contained in:
parent
f3e921a584
commit
3f7f323556
9 changed files with 23 additions and 10 deletions
|
@ -22,12 +22,12 @@ use euclid::size::{Size2D, TypedSize2D};
|
|||
use gaol;
|
||||
use gaol::sandbox::{self, Sandbox, SandboxMethods};
|
||||
use gfx::font_cache_task::FontCacheTask;
|
||||
use gfx_traits::PaintMsg as FromPaintMsg;
|
||||
use ipc_channel::ipc::{self, IpcOneShotServer, IpcSender};
|
||||
use ipc_channel::router::ROUTER;
|
||||
use layout_traits::{LayoutControlChan, LayoutTaskFactory};
|
||||
use msg::compositor_msg::Epoch;
|
||||
use msg::constellation_msg::AnimationState;
|
||||
use msg::constellation_msg::PaintMsg as FromPaintMsg;
|
||||
use msg::constellation_msg::WebDriverCommandMsg;
|
||||
use msg::constellation_msg::{DocumentState, FrameId, PipelineId};
|
||||
use msg::constellation_msg::{IframeLoadInfo, IFrameSandboxState, MozBrowserEvent, NavigationDirection};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue