Bug 1243282 - Wrap items having clips with a separator. r=mattwoodrow

This commit is contained in:
Thinker K.F. Li 2016-02-06 17:55:59 +13:00
Родитель 371b14248e
Коммит 94e1db456d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -2237,7 +2237,7 @@ nsIFrame::BuildDisplayListForStackingContext(nsDisplayListBuilder* aBuilder,
int index = 1;
while (nsDisplayItem* item = resultList.RemoveBottom()) {
if (ItemParticipatesIn3DContext(this, item)) {
if (ItemParticipatesIn3DContext(this, item) && !item->GetClip().HasClip()) {
// The frame of this item participates the same 3D context.
WrapSeparatorTransform(aBuilder, this, dirtyRect,
&nonparticipants, &participants, index++);