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