Auto merge of #9289 - mskrzypkows:move_FrameTreeId, r=KiChjang

Move FrameTreeId type to gfx_traits #9221

Fixes #9221.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9289)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-14 02:06:47 +05:30
commit 3c6e16c9ad
7 changed files with 15 additions and 22 deletions

View file

@ -15,12 +15,11 @@ use euclid::rect::Rect;
use euclid::size::Size2D;
use font_cache_thread::FontCacheThread;
use font_context::FontContext;
use gfx_traits::color;
use gfx_traits::{Epoch, LayerId, LayerKind, LayerProperties, PaintListener, PaintMsg as ConstellationMsg, ScrollPolicy};
use gfx_traits::{Epoch, FrameTreeId, LayerId, LayerKind, LayerProperties};
use gfx_traits::{PaintListener, PaintMsg as ConstellationMsg, ScrollPolicy, color};
use ipc_channel::ipc::IpcSender;
use layers::layers::{BufferRequest, LayerBuffer, LayerBufferSet};
use layers::platform::surface::{NativeDisplay, NativeSurface};
use msg::compositor_msg::FrameTreeId;
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId};
use paint_context::PaintContext;
use profile_traits::mem::{self, ReportsChan};