Update to support new clipping coordinates change

This commit is contained in:
Martin Robinson 2017-04-04 19:00:26 +02:00 committed by Glenn Watson
parent 8d8fea0b4b
commit 39600f9f4e
3 changed files with 17 additions and 12 deletions

View file

@ -510,8 +510,8 @@ pub struct ScrollRoot {
/// The position of this scroll root's frame in the parent stacking context.
pub clip: Rect<Au>,
/// The size of the contents that can be scrolled inside of the scroll root.
pub size: Size2D<Au>,
/// The rect of the contents that can be scrolled inside of the scroll root.
pub content_rect: Rect<Au>,
}
impl ScrollRoot {