summaryrefslogtreecommitdiffstats
path: root/layout/generic/nsFrameSetFrame.cpp
diff options
context:
space:
mode:
authorMoonchild <git-repo@palemoon.org>2020-02-26 13:53:30 +0100
committerGitHub <noreply@github.com>2020-02-26 13:53:30 +0100
commitd585e25e27b34bb16e41263c827b1295e4b5d004 (patch)
treea42be8050848191ab9d3d140f239b7c272e9f955 /layout/generic/nsFrameSetFrame.cpp
parent4ff7606b6aa7efa631e43fe7f1b463c6bdec5b3f (diff)
parentefdc2af8ab06c50b85e584ef15deab73b66bec6d (diff)
downloadUXP-d585e25e27b34bb16e41263c827b1295e4b5d004.tar
UXP-d585e25e27b34bb16e41263c827b1295e4b5d004.tar.gz
UXP-d585e25e27b34bb16e41263c827b1295e4b5d004.tar.lz
UXP-d585e25e27b34bb16e41263c827b1295e4b5d004.tar.xz
UXP-d585e25e27b34bb16e41263c827b1295e4b5d004.zip
Merge pull request #1463 from win7-7/column-backgrounds-pr
Better way to create display items for column backgrounds
Diffstat (limited to 'layout/generic/nsFrameSetFrame.cpp')
-rw-r--r--layout/generic/nsFrameSetFrame.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/layout/generic/nsFrameSetFrame.cpp b/layout/generic/nsFrameSetFrame.cpp
index 87cb31fd0..4315b9b8a 100644
--- a/layout/generic/nsFrameSetFrame.cpp
+++ b/layout/generic/nsFrameSetFrame.cpp
@@ -100,7 +100,6 @@ public:
nsIFrame::Cursor& aCursor) override;
virtual void BuildDisplayList(nsDisplayListBuilder* aBuilder,
- const nsRect& aDirtyRect,
const nsDisplayListSet& aLists) override;
virtual void Reflow(nsPresContext* aPresContext,
@@ -149,7 +148,6 @@ public:
#endif
virtual void BuildDisplayList(nsDisplayListBuilder* aBuilder,
- const nsRect& aDirtyRect,
const nsDisplayListSet& aLists) override;
virtual void Reflow(nsPresContext* aPresContext,
@@ -672,10 +670,9 @@ nsHTMLFramesetFrame::GetCursor(const nsPoint& aPoint,
void
nsHTMLFramesetFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
- const nsRect& aDirtyRect,
const nsDisplayListSet& aLists)
{
- BuildDisplayListForInline(aBuilder, aDirtyRect, aLists);
+ BuildDisplayListForInline(aBuilder, aLists);
if (mDragger && aBuilder->IsForEventDelivery()) {
aLists.Content()->AppendNewToTop(
@@ -1429,7 +1426,6 @@ void nsDisplayFramesetBorder::Paint(nsDisplayListBuilder* aBuilder,
void
nsHTMLFramesetBorderFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
- const nsRect& aDirtyRect,
const nsDisplayListSet& aLists)
{
aLists.Content()->AppendNewToTop(
@@ -1640,7 +1636,6 @@ void nsDisplayFramesetBlank::Paint(nsDisplayListBuilder* aBuilder,
void
nsHTMLFramesetBlankFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder,
- const nsRect& aDirtyRect,
const nsDisplayListSet& aLists)
{
aLists.Content()->AppendNewToTop(