mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 699383 - Remove unused 'aboveTextDecorations'. r=roc
This commit is contained in:
parent
d22d7ad163
commit
5fc1c83bab
@ -6122,7 +6122,6 @@ DisplayLine(nsDisplayListBuilder* aBuilder, const nsRect& aLineArea,
|
||||
|
||||
nsDisplayListCollection collection;
|
||||
nsresult rv;
|
||||
nsDisplayList aboveTextDecorations;
|
||||
|
||||
// Block-level child backgrounds go on the blockBorderBackgrounds 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();
|
||||
}
|
||||
|
||||
collection.Content()->AppendToTop(&aboveTextDecorations);
|
||||
|
||||
if (lineMayHaveTextOverflow) {
|
||||
aTextOverflow->ProcessLine(collection, aLine.get());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user