Bug 699383 - Remove unused 'aboveTextDecorations'. r=roc
This commit is contained in:
@@ -6122,7 +6122,6 @@ DisplayLine(nsDisplayListBuilder* aBuilder, const nsRect& aLineArea,
|
|||||||
|
|
||||||
nsDisplayListCollection collection;
|
nsDisplayListCollection collection;
|
||||||
nsresult rv;
|
nsresult rv;
|
||||||
nsDisplayList aboveTextDecorations;
|
|
||||||
|
|
||||||
// Block-level child backgrounds go on the blockBorderBackgrounds list ...
|
// Block-level child backgrounds go on the blockBorderBackgrounds list ...
|
||||||
// Inline-level child backgrounds go on the regular child content list.
|
// Inline-level child backgrounds go on the regular child content list.
|
||||||
@@ -6137,8 +6136,6 @@ DisplayLine(nsDisplayListBuilder* aBuilder, const nsRect& aLineArea,
|
|||||||
kid = kid->GetNextSibling();
|
kid = kid->GetNextSibling();
|
||||||
}
|
}
|
||||||
|
|
||||||
collection.Content()->AppendToTop(&aboveTextDecorations);
|
|
||||||
|
|
||||||
if (lineMayHaveTextOverflow) {
|
if (lineMayHaveTextOverflow) {
|
||||||
aTextOverflow->ProcessLine(collection, aLine.get());
|
aTextOverflow->ProcessLine(collection, aLine.get());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user