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 d167a9a147d180d173fd90805e3fa92875209d60..659097323fcacc60181ed033bc96219ffdbe87ff 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableRow.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableRow.h |
@@ -122,7 +122,7 @@ public: |
bool nodeAtPoint(HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset, HitTestAction) override; |
- void addOverflowFromCell(const LayoutTableCell*); |
+ void recomputeOverflow(); |
const char* name() const override { return "LayoutTableRow"; } |
@@ -133,6 +133,7 @@ public: |
bool backgroundIsKnownToBeOpaqueInRect(const LayoutRect&) const override { return false; } |
private: |
+ void addOverflowFromCell(const LayoutTableCell*); |
LayoutObjectChildList* virtualChildren() override { return children(); } |
const LayoutObjectChildList* virtualChildren() const override { return children(); } |