servo: Merge #7141 - Update rust-layers to get 2d transform + clipping support (from glennw:2d-clipping-update); r=pcwalton

Source-Repo: https://github.com/servo/servo
Source-Revision: 5af93e9ca3500a75f845614f17323d258ee72d71
This commit is contained in:
Glenn Watson
2015-08-10 20:23:42 -06:00
parent 8864d6849a
commit b40e42bbba
6 changed files with 10 additions and 10 deletions

View File

@@ -55,8 +55,8 @@ impl LayerId {
#[derive(Clone, Copy, Debug, PartialEq)]
pub enum LayerKind {
Layer2D,
Layer3D,
NoTransform,
HasTransform,
}
/// The scrolling policy of a layer.