| Index: Source/core/rendering/RenderBox.h
|
| diff --git a/Source/core/rendering/RenderBox.h b/Source/core/rendering/RenderBox.h
|
| index d899e41cfb6a0bf31d2c5558fe2c7f7be5060087..a23a8e0033d10b488beffcc342f90cc6c03922d2 100644
|
| --- a/Source/core/rendering/RenderBox.h
|
| +++ b/Source/core/rendering/RenderBox.h
|
| @@ -575,7 +575,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;
|
|
|