| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index cad6e0e2c7973d99a7527b26a261eccf210b6755..be7644f42c00ac3291f48db245bfc4a97b5e3189 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -573,7 +573,7 @@ public:
|
| bool hasVisualOverflow() const { return m_overflow && !borderBoxRect().contains(m_overflow->visualOverflowRect()); }
|
|
|
| virtual bool needsPreferredWidthsRecalculation() const;
|
| - virtual void computeIntrinsicRatioInformation(FloatSize& /* intrinsicSize */, double& /* intrinsicRatio */, bool& /* isPercentageIntrinsicSize */) const { }
|
| + virtual void computeIntrinsicRatioInformation(FloatSize& /* intrinsicSize */, double& /* intrinsicRatio */) const { }
|
|
|
| IntSize scrolledContentOffset() const;
|
| LayoutSize cachedSizeForOverflowClip() const;
|
|
|