mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Update rust-layers to get 2d transform + clipping support.
This commit is contained in:
parent
2b9590c5a5
commit
30d9e75557
6 changed files with 10 additions and 10 deletions
|
@ -55,8 +55,8 @@ impl LayerId {
|
|||
|
||||
#[derive(Clone, Copy, Debug, PartialEq)]
|
||||
pub enum LayerKind {
|
||||
Layer2D,
|
||||
Layer3D,
|
||||
NoTransform,
|
||||
HasTransform,
|
||||
}
|
||||
|
||||
/// The scrolling policy of a layer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue