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 2c0f062b54112ddf348da7fe7c09bd7e43c6ae79..c0c476ed5968397ff222f82b0a9ae977eeb82fc6 100644 |
--- a/third_party/WebKit/Source/core/layout/LayoutTable.h |
+++ b/third_party/WebKit/Source/core/layout/LayoutTable.h |
@@ -402,8 +402,9 @@ protected: |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
void simplifiedNormalFlowLayout() override; |
bool recalcChildOverflowAfterStyleChange() override; |
+ void ensureIsReadyForPaintInvalidation() override; |
PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidationState&) override; |
- void invalidatePaintOfSubtreesIfNeeded(const PaintInvalidationState&) override; |
+ PaintInvalidationReason invalidatePaintIfNeeded(const PaintInvalidatorContext&) const override; |
private: |
bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectTable || LayoutBlock::isOfType(type); } |