Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h |
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h |
index 56077911c32eb11a9541fa67692d6225dceb0477..5a4ceda07b78aeaf4f800f3e7a5c02dffa10aa35 100644 |
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h |
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGBlock.h |
@@ -57,6 +57,8 @@ class LayoutSVGBlock : public LayoutBlockFlow { |
PaintLayerType layerTypeRequired() const final { return NoPaintLayer; } |
+ bool hasNonIsolatedBlendingDescendants() const final { return false; } |
+ |
protected: |
void willBeDestroyed() override; |