| Index: third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| index a67e8ed8d2c0614de0ba8d3b01a9dec99d3ab203..b5a2360dfb5405f77660badcc93d5a6eeefbb41e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/SVGLayoutSupport.cpp
|
| @@ -438,7 +438,7 @@ bool SVGLayoutSupport::willIsolateBlendingDescendantsForStyle(const ComputedStyl
|
| const SVGComputedStyle& svgStyle = style.svgStyle();
|
|
|
| return style.hasIsolation() || style.opacity() < 1 || style.hasBlendMode()
|
| - || svgStyle.hasFilter() || svgStyle.hasMasker() || svgStyle.hasClipper();
|
| + || style.hasFilter() || svgStyle.hasMasker() || svgStyle.hasClipper();
|
| }
|
|
|
| bool SVGLayoutSupport::willIsolateBlendingDescendantsForObject(const LayoutObject* object)
|
|
|