Auto merge of #17441 - glennw:update-wr-fill-z, r=KiChjang

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

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/17441)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-06-21 05:41:08 -07:00 committed by GitHub
commit 7543acc257
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,