Index: third_party/WebKit/Source/core/layout/LayoutTableRow.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableRow.h b/third_party/WebKit/Source/core/layout/LayoutTableRow.h |
index 9f81f4c5a716cd5e75f0bdfd2591c25855afeca0..157014a4ceaf155655a3cd9fc01ea4a0240ec96d 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h |
@@ -140,8 +140,6 @@ class CORE_EXPORT LayoutTableRow final : public LayoutTableBoxComponent { |
return false; |
} |
- bool IsFirstRowInSectionAfterHeader() const; |
- |
private: |
void AddOverflowFromCell(const LayoutTableCell*); |