diff options
author | Moonchild <moonchild@palemoon.org> | 2020-05-10 15:02:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 15:02:59 +0200 |
commit | 221627575b56e8bb85e8329400da99138f2f67c1 (patch) | |
tree | 28b0142ae0eedc45e992bb7bacafdc3dba7a15af /layout/mathml/nsMathMLmfencedFrame.cpp | |
parent | 1659e69dfb075975f366b1e2dbfa145febb2094f (diff) | |
parent | f9047ff63de90e8c0242a5e7170a8c70f93f99b1 (diff) | |
download | UXP-221627575b56e8bb85e8329400da99138f2f67c1.tar UXP-221627575b56e8bb85e8329400da99138f2f67c1.tar.gz UXP-221627575b56e8bb85e8329400da99138f2f67c1.tar.lz UXP-221627575b56e8bb85e8329400da99138f2f67c1.tar.xz UXP-221627575b56e8bb85e8329400da99138f2f67c1.zip |
Merge pull request #1537 from win7-7/column-backgrounds-pr-2
Better way to create display items for column backgrounds
Diffstat (limited to 'layout/mathml/nsMathMLmfencedFrame.cpp')
-rw-r--r-- | layout/mathml/nsMathMLmfencedFrame.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/layout/mathml/nsMathMLmfencedFrame.cpp b/layout/mathml/nsMathMLmfencedFrame.cpp index a5f5ed4d9..bc663a571 100644 --- a/layout/mathml/nsMathMLmfencedFrame.cpp +++ b/layout/mathml/nsMathMLmfencedFrame.cpp @@ -161,12 +161,11 @@ nsMathMLmfencedFrame::CreateFencesAndSeparators(nsPresContext* aPresContext) void nsMathMLmfencedFrame::BuildDisplayList(nsDisplayListBuilder* aBuilder, - const nsRect& aDirtyRect, const nsDisplayListSet& aLists) { ///////////// // display the content - nsMathMLContainerFrame::BuildDisplayList(aBuilder, aDirtyRect, aLists); + nsMathMLContainerFrame::BuildDisplayList(aBuilder, aLists); //////////// // display fences and separators |