Bug 1720963 - Remove unused method declarations in nsTableFrame.h. r=layout-reviewers,jfkthame

Differential Revision: https://phabricator.services.mozilla.com/D120123
This commit is contained in:
Ting-Yu Lin 2021-07-18 18:42:10 +00:00
Родитель 5326134a5a
Коммит 70a94bffbb
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -159,8 +159,6 @@ class nsTableFrame : public nsContainerFrame {
virtual void Init(nsIContent* aContent, nsContainerFrame* aParent, virtual void Init(nsIContent* aContent, nsContainerFrame* aParent,
nsIFrame* aPrevInFlow) override; nsIFrame* aPrevInFlow) override;
static float GetTwipsToPixels(nsPresContext* aPresContext);
// Return true if aParentReflowInput.frame or any of its ancestors within // Return true if aParentReflowInput.frame or any of its ancestors within
// the containing table have non-auto bsize. (e.g. pct or fixed bsize) // the containing table have non-auto bsize. (e.g. pct or fixed bsize)
static bool AncestorsHaveStyleBSize(const ReflowInput& aParentReflowInput); static bool AncestorsHaveStyleBSize(const ReflowInput& aParentReflowInput);
@ -186,8 +184,6 @@ class nsTableFrame : public nsContainerFrame {
static void UnregisterPositionedTablePart(nsIFrame* aFrame, static void UnregisterPositionedTablePart(nsIFrame* aFrame,
nsIFrame* aDestructRoot); nsIFrame* aDestructRoot);
nsPoint GetFirstSectionOrigin(const ReflowInput& aReflowInput) const;
/* /*
* Notification that rowspan or colspan has changed for content inside a * Notification that rowspan or colspan has changed for content inside a
* table cell * table cell