Update WR (z-buffer fix, border-image fill support).

This commit is contained in:
Glenn Watson 2017-06-21 06:13:04 +10:00
parent b50cf33efd
commit 206fb3eb7f
2 changed files with 28 additions and 27 deletions

View file

@ -371,6 +371,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {
height: image.image.height,
slice: image.slice,
},
fill: image.fill,
outset: image.outset,
repeat_horizontal: image.repeat_horizontal,
repeat_vertical: image.repeat_vertical,