| Index: Source/core/rendering/RenderLayerBacking.cpp
|
| diff --git a/Source/core/rendering/RenderLayerBacking.cpp b/Source/core/rendering/RenderLayerBacking.cpp
|
| index a5a84c2b7768a81120c75fe9546c869b246ec6c4..ea1c525959170c684cdbfb96cd1c4fd36645240b 100644
|
| --- a/Source/core/rendering/RenderLayerBacking.cpp
|
| +++ b/Source/core/rendering/RenderLayerBacking.cpp
|
| @@ -1653,7 +1653,6 @@ void RenderLayerBacking::paintContents(const GraphicsLayer* graphicsLayer, Graph
|
| if (Page* page = renderer()->frame()->page())
|
| page->setIsPainting(true);
|
| #endif
|
| -
|
| if (graphicsLayer == m_graphicsLayer.get()
|
| || graphicsLayer == m_foregroundLayer.get()
|
| || graphicsLayer == m_backgroundLayer.get()
|
|
|