mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
The Servo internal display list items are already pretty much equivalent to the WebRender ones. Except that Servo items contain base information and associated glyphs and gradient stops which are stored implicitly in WebRender. Remove the display items for rectangles, text, images, border, gradients and box shadow and replace them with their WebRender counter parts. |
||
---|---|---|
.. | ||
background.rs | ||
builder.rs | ||
conversions.rs | ||
items.rs | ||
mod.rs | ||
webrender_helpers.rs |