summaryrefslogtreecommitdiff
path: root/Source/WebCore/rendering/RenderTableSection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/rendering/RenderTableSection.h')
-rw-r--r--Source/WebCore/rendering/RenderTableSection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/WebCore/rendering/RenderTableSection.h b/Source/WebCore/rendering/RenderTableSection.h
index ce21a9ef1..2bb9ce364 100644
--- a/Source/WebCore/rendering/RenderTableSection.h
+++ b/Source/WebCore/rendering/RenderTableSection.h
@@ -74,7 +74,6 @@ public:
void addCell(RenderTableCell*, RenderTableRow* row);
- void setCellLogicalWidths();
int calcRowLogicalHeight();
void layoutRows();
@@ -173,7 +172,7 @@ public:
bool needsCellRecalc() const { return m_needsCellRecalc; }
void setNeedsCellRecalc();
- LayoutUnit getBaseline(unsigned row) { return m_grid[row].baseline; }
+ LayoutUnit rowBaseline(unsigned row) { return m_grid[row].baseline; }
void rowLogicalHeightChanged(unsigned rowIndex);