| Index: third_party/WebKit/Source/core/layout/LayoutTable.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| index f34d1286c0e8f7ed02481e5df702d6b0a89314a6..850d5f78626d16cf4aa37eefe7bd00423b48a70f 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
|
| @@ -401,6 +401,7 @@ public:
|
| protected:
|
| void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
| void simplifiedNormalFlowLayout() override;
|
| + bool recalcChildOverflowAfterStyleChange() override;
|
| PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override;
|
| void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState&) override;
|
|
|
|
|