mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-05 23:38:38 +09:00
Issue #1355 - Speed up the traversal of a table row frame's child cells
Speed up getting the first cellframe in a row and the next cellframe after the given one
This commit is contained in:
parent
0070369171
commit
02487fecd6
4 changed files with 27 additions and 28 deletions
|
|
@ -82,7 +82,9 @@ public:
|
|||
const nsRect& aDirtyRect,
|
||||
const nsDisplayListSet& aLists) override;
|
||||
|
||||
nsTableCellFrame* GetFirstCell() ;
|
||||
// Implemented in nsTableCellFrame.h, because it needs to know about the
|
||||
// nsTableCellFrame class, but we can't include nsTableCellFrame.h here.
|
||||
inline nsTableCellFrame* GetFirstCell() const;
|
||||
|
||||
/** calls Reflow for all of its child cells.
|
||||
* Cells with rowspan=1 are all set to the same height and stacked horizontally.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue