mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update WR (CPU text optimizations, image format renames).
This commit is contained in:
parent
e3a52536b6
commit
e7b1e041c8
9 changed files with 39 additions and 39 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue