mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
Issue #1355 - Store the dirty rect on the display list builder rather than passing it as a parameter to BuildDisplayList
Also fix build bustage for De-unified layout/xul in nsRootBoxFrame.cpp
This commit is contained in:
parent
7ae0c88c46
commit
85b85bac28
154 changed files with 259 additions and 430 deletions
|
|
@ -231,9 +231,9 @@ public:
|
|||
|
||||
typedef void (* DisplayGenericTablePartTraversal)
|
||||
(nsDisplayListBuilder* aBuilder, nsFrame* aFrame,
|
||||
const nsRect& aDirtyRect, const nsDisplayListSet& aLists);
|
||||
const nsDisplayListSet& aLists);
|
||||
static void GenericTraversal(nsDisplayListBuilder* aBuilder, nsFrame* aFrame,
|
||||
const nsRect& aDirtyRect, const nsDisplayListSet& aLists);
|
||||
const nsDisplayListSet& aLists);
|
||||
|
||||
/**
|
||||
* Helper method to handle display common to table frames, rowgroup frames
|
||||
|
|
@ -248,7 +248,6 @@ public:
|
|||
*/
|
||||
static void DisplayGenericTablePart(nsDisplayListBuilder* aBuilder,
|
||||
nsFrame* aFrame,
|
||||
const nsRect& aDirtyRect,
|
||||
const nsDisplayListSet& aLists,
|
||||
DisplayGenericTablePartTraversal aTraversal = GenericTraversal);
|
||||
|
||||
|
|
@ -268,7 +267,6 @@ public:
|
|||
virtual void GetChildLists(nsTArray<ChildList>* aLists) const override;
|
||||
|
||||
virtual void BuildDisplayList(nsDisplayListBuilder* aBuilder,
|
||||
const nsRect& aDirtyRect,
|
||||
const nsDisplayListSet& aLists) override;
|
||||
|
||||
/** Get the outer half (i.e., the part outside the height and width of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue