| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| index 823b44b2422632214c9e3c612b7a640650e9ad98..c8627ef6160fe2c052e600db3ea51e6a55c824dc 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGModelObject.h
|
| @@ -76,6 +76,8 @@ class LayoutSVGModelObject : public LayoutObject {
|
| return type == LayoutObjectSVG || LayoutObject::isOfType(type);
|
| }
|
|
|
| + bool hasNonIsolatedBlendingDescendants() const override { return false; }
|
| +
|
| protected:
|
| void addLayerHitTestRects(LayerHitTestRects&,
|
| const PaintLayer* currentCompositedLayer,
|
|
|