Add missing field.

This commit is contained in:
Jack Moffitt 2013-06-11 15:30:10 -06:00
parent ea1c88377c
commit 16ca6f2a16

View file

@ -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(),