| Index: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
| index ae34b3df608a0795eb6052efdf6869d4a2f83041..eae1e9ff81e0fd727791d5114744c647ba84a85e 100644
|
| --- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.cpp
|
| @@ -96,7 +96,7 @@ static SVGPaintDescription requestPaint(const LayoutObject& object,
|
| break;
|
| }
|
|
|
| - if (style.insideLink() == InsideVisitedLink) {
|
| + if (style.insideLink() == EInsideLink::kInsideVisitedLink) {
|
| // FIXME: This code doesn't support the uri component of the visited link
|
| // paint, https://bugs.webkit.org/show_bug.cgi?id=70006
|
| SVGPaintType visitedPaintType = applyToFill
|
|
|