Add initial stacking context paint order support to layout_2020

This adds very rudimentary support for paint order in stacking context.
In particular z-index is now handled properly, apart from issues with
hoisted fragments.
This commit is contained in:
Martin Robinson 2020-02-13 17:22:22 +01:00
parent 318cc16799
commit 4a2787b974
21 changed files with 235 additions and 58 deletions

View file

@ -21,7 +21,7 @@ use webrender_api::{self as wr, units};
mod background;
mod gradient;
mod stacking_context;
pub mod stacking_context;
#[derive(Clone, Copy)]
pub struct WebRenderImageInfo {