| 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 c8a31ffc6b6fb0985d4c0af31856dc2716b35632..538be626e772cab441057c370ac76cad2ca6040e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| +++ b/third_party/WebKit/Source/core/svg/SVGUseElement.cpp
|
| @@ -515,7 +515,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
|
|
|