| Index: Source/core/rendering/RenderImage.h
|
| diff --git a/Source/core/rendering/RenderImage.h b/Source/core/rendering/RenderImage.h
|
| index 9903965eb779fe7a7bada08b8a1e635c5f8b998d..6974e19571c91a1d322075c3e594b14df7b2c370 100644
|
| --- a/Source/core/rendering/RenderImage.h
|
| +++ b/Source/core/rendering/RenderImage.h
|
| @@ -101,6 +101,8 @@ private:
|
| IntSize imageSizeForError(CachedImage*) const;
|
| void imageDimensionsChanged(bool imageSizeChanged, const IntRect* = 0);
|
| bool updateIntrinsicSizeIfNeeded(const LayoutSize&, bool imageSizeChanged);
|
| + // Update the size of the image to be rendered. Object-fit may cause this to be different from the CSS box's content rect.
|
| + void updateInnerContentRect();
|
|
|
| void paintAreaElementFocusRing(PaintInfo&);
|
|
|
|
|