| Index: Source/core/rendering/RenderImage.h
|
| diff --git a/Source/core/rendering/RenderImage.h b/Source/core/rendering/RenderImage.h
|
| index 3b88887a6c066c0463b05a021dcd3fb27b0b9f4f..33adcf0adde82c3bdc3609b9b85c75bc784c940e 100644
|
| --- a/Source/core/rendering/RenderImage.h
|
| +++ b/Source/core/rendering/RenderImage.h
|
| @@ -102,7 +102,7 @@ private:
|
| virtual bool boxShadowShouldBeAppliedToBackground(BackgroundBleedAvoidance, InlineFlowBox*) const OVERRIDE FINAL;
|
|
|
| IntSize imageSizeForError(ImageResource*) const;
|
| - void repaintOrMarkForLayout(bool imageSizeChanged, const IntRect* = 0);
|
| + void paintInvalidationOrMarkForLayout(bool imageSizeChanged, const IntRect* = 0);
|
| void updateIntrinsicSizeIfNeeded(const LayoutSize&);
|
| // 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();
|
|
|