| Index: sky/engine/core/rendering/RenderImage.cpp
|
| diff --git a/sky/engine/core/rendering/RenderImage.cpp b/sky/engine/core/rendering/RenderImage.cpp
|
| index 23fbec69b665a04cf83e788b922ab350635d3420..3d2ad38d77876c5507a3da904b06813954c7aefc 100644
|
| --- a/sky/engine/core/rendering/RenderImage.cpp
|
| +++ b/sky/engine/core/rendering/RenderImage.cpp
|
| @@ -180,7 +180,6 @@ void RenderImage::paintInvalidationOrMarkForLayout(const IntRect* rect)
|
| {
|
| // FIXME: We should not be allowing paint invalidations during layout. crbug.com/339584
|
| AllowPaintInvalidationScope scoper(frameView());
|
| - DisableCompositingQueryAsserts disabler;
|
| invalidatePaintRectangle(paintInvalidationRect);
|
| }
|
| }
|
|
|