Add missing field.

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

View file

@ -632,7 +632,8 @@ pub impl RenderBox {
do list.with_mut_ref |list| { do list.with_mut_ref |list| {
let border_display_item = ~BorderDisplayItem { let border_display_item = ~BorderDisplayItem {
base: BaseDisplayItem { base: BaseDisplayItem {
bounds: absolute_box_bounds, bounds: absolute_box_bounds,
extra: ExtraDisplayListData::new(*self),
}, },
width: Au::from_px(1), width: Au::from_px(1),
color: rgb(0, 0, 0).to_gfx_color(), color: rgb(0, 0, 0).to_gfx_color(),