| Index: third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| index fe8395d9c685a788366f03faa7439430b2ec6fff..56218a51384501f2ce17b832654c0ab9aa175a6e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -519,7 +519,7 @@ SVGGraphicsElement* SVGUseElement::visibleTargetGraphicsElementForClipping() con
|
| return nullptr;
|
|
|
| const ComputedStyle* style = element.layoutObject()->style();
|
| - if (!style || style->visibility() != VISIBLE)
|
| + if (!style || style->visibility() != EVisibility::Visible)
|
| return nullptr;
|
|
|
| // Spec: "If a <use> element is a child of a clipPath element, it must directly
|
|
|