mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move Epoch to gfx_traits
Resolves #9222. Moved Epoch from components/msg/compositor_msg to components/gfx_traits/lib. Updated use statements to reflect the move.
This commit is contained in:
parent
85792d2819
commit
f32995543d
12 changed files with 26 additions and 28 deletions
|
@ -8,11 +8,10 @@ use euclid::length::Length;
|
|||
use euclid::point::{Point2D, TypedPoint2D};
|
||||
use euclid::rect::Rect;
|
||||
use euclid::size::TypedSize2D;
|
||||
use gfx_traits::{LayerId, LayerProperties, ScrollPolicy};
|
||||
use gfx_traits::{Epoch, LayerId, LayerProperties, ScrollPolicy};
|
||||
use layers::color::Color;
|
||||
use layers::geometry::LayerPixel;
|
||||
use layers::layers::{Layer, LayerBufferSet};
|
||||
use msg::compositor_msg::Epoch;
|
||||
use msg::constellation_msg::{MouseEventType, PipelineId};
|
||||
use script_traits::CompositorEvent;
|
||||
use script_traits::CompositorEvent::{MouseButtonEvent, MouseMoveEvent};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue