Port over part of changeset eaea9e3806a3 to FrameLayerBuilder to fix reftest failure in ogg-video/clipping-1a.html

This commit is contained in:
Robert O'Callahan 2010-05-24 14:13:00 +12:00
parent b32027fed6
commit 3c5b01221c

View File

@ -379,6 +379,7 @@ static void BuildLayers(nsDisplayListBuilder* aBuilder,
"initial group is empty");
// This item is above the first Thebes layer.
areaAboveFirstThebesLayer.Or(areaAboveFirstThebesLayer, bounds);
layerItems = &aLayers->ElementAt(aLayers->Length() - 1);
}
}
}