Implemented fullscreen top layer

This commit is contained in:
Alan Jeffrey 2019-02-04 19:35:03 -06:00
parent a34c8f952e
commit 386c0f80ed
6 changed files with 38 additions and 7 deletions

View file

@ -1917,6 +1917,7 @@ impl Fragment {
border_box.to_layout(),
overflow.to_layout(),
self.effective_z_index(),
self.style().get_box()._servo_top_layer,
filters,
self.style().get_effects().mix_blend_mode.to_layout(),
self.transform_matrix(&border_box),