Skip to content

Commit

Permalink
servo: Merge #17441 - Update WR (z-buffer fix, border-image fill supp…
Browse files Browse the repository at this point in the history
…ort) (from glennw:update-wr-fill-z); r=KiChjang

Source-Repo: https://github.com/servo/servo
Source-Revision: 7543acc257d91c2dbbf2d430e071dc71a3a0573c
  • Loading branch information
gw3583 committed Jun 21, 2017
1 parent 74a2cad commit c129817
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 27 deletions.
54 changes: 27 additions & 27 deletions servo/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions servo/components/layout/webrender_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c129817

Please sign in to comment.