Update WR to use the new sticky positioning API

This commit is contained in:
Martin Robinson 2017-10-30 10:15:30 +01:00
parent 17bfe5c120
commit f37fa0cf6d
6 changed files with 58 additions and 32 deletions

View file

@ -728,7 +728,7 @@ malloc_size_of_is_0!(webrender_api::ScrollPolicy);
#[cfg(feature = "servo")]
malloc_size_of_is_0!(webrender_api::ScrollSensitivity);
#[cfg(feature = "servo")]
malloc_size_of_is_0!(webrender_api::StickySideConstraint);
malloc_size_of_is_0!(webrender_api::StickyOffsetBounds);
#[cfg(feature = "servo")]
malloc_size_of_is_0!(webrender_api::TransformStyle);