| Index: Source/core/rendering/RenderInline.cpp
|
| diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp
|
| index 26f2b30cfc8cb1b9e3ca7c294818c1e1899eeb16..172691f0260a4f03664c251b9f709ee7c9f7b7fe 100644
|
| --- a/Source/core/rendering/RenderInline.cpp
|
| +++ b/Source/core/rendering/RenderInline.cpp
|
| @@ -1359,7 +1359,7 @@ void RenderInline::imageChanged(WrappedImagePtr, const IntRect*)
|
| return;
|
|
|
| // FIXME: We can do better.
|
| - paintInvalidationForWholeRenderer();
|
| + setShouldDoFullPaintInvalidation(true);
|
| }
|
|
|
| void RenderInline::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const
|
|
|