| Index: third_party/WebKit/Source/core/paint/FieldsetPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/FieldsetPainter.cpp b/third_party/WebKit/Source/core/paint/FieldsetPainter.cpp
|
| index 7790d91f6fd3db8e05a96f6f69f11ad10e18d7da..ba73a4a07d32858aa17cacd2f7a138426cb1e0c0 100644
|
| --- a/third_party/WebKit/Source/core/paint/FieldsetPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FieldsetPainter.cpp
|
| @@ -69,7 +69,7 @@ void FieldsetPainter::paintBoxDecorationBackground(const PaintInfo& paintInfo, c
|
|
|
| void FieldsetPainter::paintMask(const PaintInfo& paintInfo, const LayoutPoint& paintOffset)
|
| {
|
| - if (m_layoutFieldset.style()->visibility() != VISIBLE || paintInfo.phase != PaintPhaseMask)
|
| + if (m_layoutFieldset.style()->visibility() != EVisibility::Visible || paintInfo.phase != PaintPhaseMask)
|
| return;
|
|
|
| LayoutRect paintRect = LayoutRect(paintOffset, m_layoutFieldset.size());
|
|
|