Index: Source/core/rendering/RenderBox.h |
diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h |
index 13dfd5299a80878b7ba60c0a36524b228167259e..0d805b1bd36035b57327a400f898b1c1994f6fa3 100644 |
--- a/Source/core/rendering/RenderBox.h |
+++ b/Source/core/rendering/RenderBox.h |
@@ -695,6 +695,8 @@ protected: |
virtual void invalidateDisplayItemClients(DisplayItemList*) const override; |
private: |
+ void invalidatePaintRectClippedByOldAndNewBounds(const LayoutLayerModelObject& paintInvalidationContainer, const LayoutRect&, const LayoutRect& oldBounds, const LayoutRect& newBounds); |
+ |
void updateShapeOutsideInfoAfterStyleChange(const LayoutStyle&, const LayoutStyle* oldStyle); |
void updateGridPositionAfterStyleChange(const LayoutStyle*); |