Use the new WebRender conversion functions.

Remove the old ones.
This commit is contained in:
Pyfisch 2018-01-07 22:53:51 +01:00
parent 71e542c424
commit 246b54507a
5 changed files with 89 additions and 285 deletions

View file

@ -10,7 +10,6 @@ pub use self::builder::InlineFlowDisplayListBuilding;
pub use self::builder::ListItemFlowDisplayListBuilding;
pub use self::builder::StackingContextCollectionFlags;
pub use self::builder::StackingContextCollectionState;
pub use self::builder::ToGfxColor;
pub use self::conversions::ToLayout;
pub use self::webrender_helpers::WebRenderDisplayListConverter;