| Index: sky/engine/core/rendering/RenderImage.cpp
|
| diff --git a/sky/engine/core/rendering/RenderImage.cpp b/sky/engine/core/rendering/RenderImage.cpp
|
| index 54aaf535e52f46be76e9947819020a296bbc37a2..23fbec69b665a04cf83e788b922ab350635d3420 100644
|
| --- a/sky/engine/core/rendering/RenderImage.cpp
|
| +++ b/sky/engine/core/rendering/RenderImage.cpp
|
| @@ -183,9 +183,6 @@ void RenderImage::paintInvalidationOrMarkForLayout(const IntRect* rect)
|
| DisableCompositingQueryAsserts disabler;
|
| invalidatePaintRectangle(paintInvalidationRect);
|
| }
|
| -
|
| - // Tell any potential compositing layers that the image needs updating.
|
| - contentChanged(ImageChanged);
|
| }
|
|
|
| void RenderImage::notifyFinished(Resource* newImage)
|
| @@ -197,12 +194,6 @@ void RenderImage::notifyFinished(Resource* newImage)
|
| return;
|
|
|
| invalidateBackgroundObscurationStatus();
|
| -
|
| - if (newImage == m_imageResource->cachedImage()) {
|
| - // tell any potential compositing layers
|
| - // that the image is done and they can reference it directly.
|
| - contentChanged(ImageChanged);
|
| - }
|
| }
|
|
|
| void RenderImage::paintReplaced(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
|
|