mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-21 14:08:29 +00:00
Revert "Issue #1355 - Better way to create display items for column backgrounds"
This reverts commit 44c47c5038.
This commit is contained in:
@@ -63,13 +63,14 @@ nsRubyTextFrame::GetFrameName(nsAString& aResult) const
|
||||
|
||||
/* virtual */ void
|
||||
nsRubyTextFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
||||
const nsRect& aDirtyRect,
|
||||
const nsDisplayListSet& aLists)
|
||||
{
|
||||
if (IsAutoHidden()) {
|
||||
return;
|
||||
}
|
||||
|
||||
nsRubyContentFrame::BuildDisplayList(aBuilder, aLists);
|
||||
nsRubyContentFrame::BuildDisplayList(aBuilder, aDirtyRect, aLists);
|
||||
}
|
||||
|
||||
/* virtual */ void
|
||||
|
||||
Reference in New Issue
Block a user