| Index: third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
 | 
| diff --git a/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp b/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
 | 
| index 0dab0a98e6e9b13c5b7ef5ea3e4f39431f219dbb..9ef6246c246db99fcc02c76c615784240e1d943b 100644
 | 
| --- a/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
 | 
| +++ b/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
 | 
| @@ -18,7 +18,7 @@ const int buttonShadowHeight = 2;
 | 
|  
 | 
|  void FileUploadControlPainter::paintObject(const PaintInfo& paintInfo,
 | 
|                                             const LayoutPoint& paintOffset) {
 | 
| -  if (m_layoutFileUploadControl.style()->visibility() != EVisibility::Visible)
 | 
| +  if (m_layoutFileUploadControl.style()->visibility() != EVisibility::kVisible)
 | 
|      return;
 | 
|  
 | 
|    // Push a clip.
 | 
| 
 |