Move PaintMsg enum to gfx_traits #8844

This commit is contained in:
Maciej Skrzypkowski 2015-12-17 14:47:23 +01:00
parent f3e921a584
commit 3f7f323556
9 changed files with 23 additions and 10 deletions

View file

@ -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};