mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Add missing field.
This commit is contained in:
parent
ea1c88377c
commit
16ca6f2a16
1 changed files with 2 additions and 1 deletions
|
@ -633,6 +633,7 @@ pub impl RenderBox {
|
|||
let border_display_item = ~BorderDisplayItem {
|
||||
base: BaseDisplayItem {
|
||||
bounds: absolute_box_bounds,
|
||||
extra: ExtraDisplayListData::new(*self),
|
||||
},
|
||||
width: Au::from_px(1),
|
||||
color: rgb(0, 0, 0).to_gfx_color(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue