Auto merge of #17352 - glennw:update-wr-faster-text, r=emilio

Update WR (CPU text optimizations, image format renames).

<!-- 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/17352)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-06-16 01:21:05 -07:00 committed by GitHub
commit e1bce24129
9 changed files with 39 additions and 39 deletions

View file

@ -1951,7 +1951,7 @@ impl FragmentDisplayListBuilding for Fragment {
webrender_image: WebRenderImageInfo {
width: computed_width as u32,
height: computed_height as u32,
format: PixelFormat::RGBA8,
format: PixelFormat::BGRA8,
key: Some(canvas_data.image_key),
},
image_data: None,