Index: Source/core/layout/LayoutTable.h |
diff --git a/Source/core/layout/LayoutTable.h b/Source/core/layout/LayoutTable.h |
index 04430608597002cd250fdcf2dc14867cc20785e4..80cc81f74291960dbc6f48551dfa460783c98414 100644 |
--- a/Source/core/layout/LayoutTable.h |
+++ b/Source/core/layout/LayoutTable.h |
@@ -285,6 +285,7 @@ protected: |
void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override; |
void simplifiedNormalFlowLayout() override; |
PaintInvalidationReason invalidatePaintIfNeeded(PaintInvalidationState&, const LayoutBoxModelObject& paintInvalidationContainer) override; |
+ PaintInvalidationReason invalidatePaintIfNeededForSlimmingPaintV2(const LayoutPoint& newPaintOffset) override; |
void invalidatePaintOfSubtreesIfNeeded(PaintInvalidationState&) override; |
private: |