mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Move LayerKind and ScrollPolicy enums to gfx_traits
This also moves LayerId and LayerProperties to gfx_traits. Fixes #8836.
This commit is contained in:
parent
a900196b3f
commit
637afecec9
26 changed files with 150 additions and 115 deletions
|
@ -26,8 +26,7 @@ use euclid::side_offsets::SideOffsets2D;
|
|||
use euclid::size::Size2D;
|
||||
use filters;
|
||||
use font_context::FontContext;
|
||||
use gfx_traits::color;
|
||||
use msg::compositor_msg::LayerKind;
|
||||
use gfx_traits::{color, LayerKind};
|
||||
use net_traits::image::base::{Image, PixelFormat};
|
||||
use std::default::Default;
|
||||
use std::sync::Arc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue