Auto merge of #22074 - jdm:wrup, r=nox

Update webrender.

Fixes #22114.

<!-- 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/22074)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-11-07 00:40:42 -05:00 committed by GitHub
commit 618a790050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 82 additions and 78 deletions

View file

@ -173,7 +173,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {
None,
stacking_context.transform_style,
stacking_context.mix_blend_mode,
stacking_context.filters.clone(),
&stacking_context.filters,
RasterSpace::Screen,
);