| 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 f7d6d1d3b2fc2f11ef3f24c78632b15f8d343658..02542444ae378a1eafd6a62d046f54749ce9c4ed 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTableSection.h
|
| @@ -329,6 +329,8 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
|
|
|
| bool isRepeatingHeaderGroup() const;
|
|
|
| + void layout() override;
|
| +
|
| protected:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| bool nodeAtPoint(HitTestResult&,
|
| @@ -343,8 +345,6 @@ class CORE_EXPORT LayoutTableSection final : public LayoutTableBoxComponent {
|
|
|
| void willBeRemovedFromTree() override;
|
|
|
| - void layout() override;
|
| -
|
| int borderSpacingForRow(unsigned row) const {
|
| return m_grid[row].rowLayoutObject ? table()->vBorderSpacing() : 0;
|
| }
|
|
|