| Index: Source/core/rendering/RenderImage.h
|
| diff --git a/Source/core/rendering/RenderImage.h b/Source/core/rendering/RenderImage.h
|
| index 56171aff804345cc3ad8af236f90891f84e28365..cf42f18387e38b7b3faaf5992bffe8f1eabef4f1 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;
|
|
|
|
|