Index: Source/core/layout/LayoutBox.h |
diff --git a/Source/core/layout/LayoutBox.h b/Source/core/layout/LayoutBox.h |
index 031fc637730f69a4079c189357f684dafab04a10..2a00d921812cd23eb2aae0a3d5b82a4fc1d588e9 100644 |
--- a/Source/core/layout/LayoutBox.h |
+++ b/Source/core/layout/LayoutBox.h |
@@ -814,8 +814,8 @@ private: |
return *m_rareData.get(); |
} |
- bool needToSavePreviousBoxSizes(const LayoutBoxModelObject& paintInvalidationContainer); |
- void savePreviousBoxSizesIfNeeded(const LayoutBoxModelObject& paintInvalidationContainer); |
+ bool needToSavePreviousBoxSizes(); |
+ void savePreviousBoxSizesIfNeeded(); |
LayoutSize computePreviousBorderBoxSize(const LayoutSize& previousBoundsSize) const; |
bool logicalHeightComputesAsNone(SizeType) const; |