mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move ChromeToPaintMsg to gfx_traits.
This allows compositing not to depend on gfx.
This commit is contained in:
parent
86d65b6064
commit
7d1421bd83
9 changed files with 29 additions and 27 deletions
|
@ -11,7 +11,8 @@ use euclid::size::TypedSize2D;
|
|||
#[cfg(not(target_os = "windows"))]
|
||||
use gaol;
|
||||
use gfx::font_cache_thread::FontCacheThread;
|
||||
use gfx::paint_thread::{ChromeToPaintMsg, LayoutToPaintMsg, PaintThread};
|
||||
use gfx::paint_thread::{LayoutToPaintMsg, PaintThread};
|
||||
use gfx_traits::ChromeToPaintMsg;
|
||||
use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
|
||||
use ipc_channel::router::ROUTER;
|
||||
use layers::geometry::DevicePixel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue