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
|
@ -15,12 +15,11 @@ use euclid::rect::Rect;
|
|||
use euclid::size::Size2D;
|
||||
use font_cache_task::FontCacheTask;
|
||||
use font_context::FontContext;
|
||||
use gfx_traits::{PaintListener, color};
|
||||
use gfx_traits::{color, PaintListener, PaintMsg as ConstellationMsg};
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use layers::layers::{BufferRequest, LayerBuffer, LayerBufferSet};
|
||||
use layers::platform::surface::{NativeDisplay, NativeSurface};
|
||||
use msg::compositor_msg::{Epoch, FrameTreeId, LayerId, LayerKind, LayerProperties, ScrollPolicy};
|
||||
use msg::constellation_msg::PaintMsg as ConstellationMsg;
|
||||
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId};
|
||||
use paint_context::PaintContext;
|
||||
use profile_traits::mem::{self, ReportsChan};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue