| Index: third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| index 550622ee5088987bc00a4f726992ddb6b6ff70bf..3bdd569d41c69419752cb5001aea0f09fb02f8d4 100644
|
| --- a/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/SVGShapePainter.cpp
|
| @@ -45,7 +45,7 @@ static SkPath::FillType fillRuleFromStyle(const PaintInfo& paintInfo,
|
|
|
| void SVGShapePainter::paint(const PaintInfo& paintInfo) {
|
| if (paintInfo.phase != PaintPhaseForeground ||
|
| - m_layoutSVGShape.style()->visibility() != EVisibility::Visible ||
|
| + m_layoutSVGShape.style()->visibility() != EVisibility::kVisible ||
|
| m_layoutSVGShape.isShapeEmpty())
|
| return;
|
|
|
|
|