| Index: Source/core/paint/SVGPaintContext.cpp
|
| diff --git a/Source/core/paint/SVGPaintContext.cpp b/Source/core/paint/SVGPaintContext.cpp
|
| index 7fd24126699fa7f3f934baa91ef2e8a9312e0d1d..f9ed8a51d367f895ea979467a288fe54b1212c6a 100644
|
| --- a/Source/core/paint/SVGPaintContext.cpp
|
| +++ b/Source/core/paint/SVGPaintContext.cpp
|
| @@ -111,7 +111,7 @@ void SVGPaintContext::applyCompositingIfNecessary()
|
| if (m_object->isSVGRoot())
|
| return;
|
|
|
| - const LayoutStyle& style = m_object->styleRef();
|
| + const ComputedStyle& style = m_object->styleRef();
|
| float opacity = style.opacity();
|
| bool hasBlendMode = style.hasBlendMode() && m_object->isBlendingAllowed();
|
| if (opacity < 1 || hasBlendMode) {
|
|
|