| Index: Source/core/rendering/RenderImage.h
|
| diff --git a/Source/core/rendering/RenderImage.h b/Source/core/rendering/RenderImage.h
|
| index 667fb6c25e59cad7c86d7a5196bd2b5ce5b295d3..140081e880db71329d03062e9da00a666ad14f0b 100644
|
| --- a/Source/core/rendering/RenderImage.h
|
| +++ b/Source/core/rendering/RenderImage.h
|
| @@ -67,7 +67,7 @@ public:
|
| protected:
|
| virtual bool needsPreferredWidthsRecalculation() const OVERRIDE FINAL;
|
| virtual RenderBox* embeddedContentBox() const OVERRIDE FINAL;
|
| - virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const OVERRIDE FINAL;
|
| + virtual void computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio) const OVERRIDE FINAL;
|
|
|
| virtual void styleDidChange(StyleDifference, const RenderStyle*) OVERRIDE FINAL;
|
|
|
|
|