| Index: third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
 | 
| index b4519adc77e16b27ebd8c2d82fc03c14b9fd39ed..29db58a4f19edd6ed27d98ec9834f829defb24a2 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
 | 
| +++ b/third_party/WebKit/Source/core/paint/SVGImagePainter.cpp
 | 
| @@ -20,7 +20,7 @@ namespace blink {
 | 
|  
 | 
|  void SVGImagePainter::paint(const PaintInfo& paintInfo) {
 | 
|    if (paintInfo.phase != PaintPhaseForeground ||
 | 
| -      m_layoutSVGImage.style()->visibility() != EVisibility::Visible ||
 | 
| +      m_layoutSVGImage.style()->visibility() != EVisibility::kVisible ||
 | 
|        !m_layoutSVGImage.imageResource()->hasImage())
 | 
|      return;
 | 
|  
 | 
| 
 |