| Index: Source/platform/graphics/GraphicsLayer.cpp
|
| diff --git a/Source/platform/graphics/GraphicsLayer.cpp b/Source/platform/graphics/GraphicsLayer.cpp
|
| index 1b885e0300c5ef020e4ecb5e35fe2217f332adaf..b201a67e3897522135ae53b9d75b3af281b12622 100644
|
| --- a/Source/platform/graphics/GraphicsLayer.cpp
|
| +++ b/Source/platform/graphics/GraphicsLayer.cpp
|
| @@ -894,6 +894,8 @@ void GraphicsLayer::setContentsOpaque(bool opaque)
|
| m_contentsOpaque = opaque;
|
| m_layer->layer()->setOpaque(m_contentsOpaque);
|
| m_opaqueRectTrackingContentLayerDelegate->setOpaque(m_contentsOpaque);
|
| + if (m_contentsLayer)
|
| + m_contentsLayer->setOpaque(opaque);
|
| }
|
|
|
| void GraphicsLayer::setMaskLayer(GraphicsLayer* maskLayer)
|
|
|