Auto merge of #19780 - glennw:update-wr-cache, r=jdm

Update WR (persistent box-shadow render task cache)

<!-- 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/19780)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-01-17 14:44:14 -06:00 committed by GitHub
commit 8612a87ed2
2 changed files with 16 additions and 15 deletions

View file

@ -166,6 +166,7 @@ impl WebRenderDisplayItemConverter for DisplayItem {
item.stretch_size.to_layout(),
item.tile_spacing.to_layout(),
item.image_rendering.to_layout(),
webrender_api::AlphaType::PremultipliedAlpha,
id,
);
}