| Index: third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
|
| diff --git a/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp b/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
|
| index ac38a5b36e8f8abda52935f186eb49e751ef3941..0c24519d349909771ee9f312335a94f4964ed58d 100644
|
| --- a/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/ListMarkerPainter.cpp
|
| @@ -44,7 +44,7 @@ void ListMarkerPainter::paint(const PaintInfo& paintInfo, const LayoutPoint& pai
|
| if (paintInfo.phase != PaintPhaseForeground)
|
| return;
|
|
|
| - if (m_layoutListMarker.style()->visibility() != VISIBLE)
|
| + if (m_layoutListMarker.style()->visibility() != EVisibility::Visible)
|
| return;
|
|
|
| if (LayoutObjectDrawingRecorder::useCachedDrawingIfPossible(paintInfo.context, m_layoutListMarker, paintInfo.phase))
|
|
|