Index: third_party/WebKit/Source/core/layout/LayoutTableCell.h |
diff --git a/third_party/WebKit/Source/core/layout/LayoutTableCell.h b/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
index 1dbd0dee212ce66d5c31ce3e4920cf239ab9d799..4ad02b9bf8b1243f28d66f07d00cd050067df437 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTableCell.h |
@@ -185,6 +185,7 @@ class CORE_EXPORT LayoutTableCell final : public LayoutBlockFlow { |
LayoutUnit BorderBefore() const override; |
LayoutUnit BorderAfter() const override; |
+ void InvalidateCollapsedBordersOfAffectedCells(); |
void CollectCollapsedBorderValues(LayoutTable::CollapsedBorderValues&); |
static void SortCollapsedBorderValues(LayoutTable::CollapsedBorderValues&); |