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 6b05b500d9f528024030adedc9eb7593059cfb2b..f181b7ae1f98b938c39dae60ea093b7155e8e090 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) |