Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index 2a00d921812cd23eb2aae0a3d5b82a4fc1d588e9..878f1ea382072ef20d2d93a1c573204c9ac02510 100644 |
--- a/Source/core/layout/LayoutBox.h |
+++ b/Source/core/layout/LayoutBox.h |
@@ -720,6 +720,8 @@ public: |
bool canRenderBorderImage() const; |
+ PaintInvalidationReason invalidatePaintIfNeededForSlimmingPaintV2(const LayoutPoint& newPaintOffset) override; |
+ |
protected: |
void willBeDestroyed() override; |