Index: third_party/WebKit/Source/core/layout/LayoutTableSection.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableSection.h b/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
index 9c80602b16980922f0b18ff20f0309d5b4d56e01..8586c49858f28d7464d2850df116477a8cd486ec 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h |
@@ -118,6 +118,7 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent { |
void AddCell(LayoutTableCell*, LayoutTableRow*); |
+ int VBorderSpacingBeforeFirstRow() const; |
int CalcRowLogicalHeight(); |
void LayoutRows(); |
void ComputeOverflowFromCells(); |