| 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 07d5f7e22872dac5b1e93e62c726a2071067923c..0126d2edad5c09166c5904b4918d2282c6b83252 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() != VISIBLE)
|
| + if (m_layoutFileUploadControl.style()->visibility() != EVisibility::Visible)
|
| return;
|
|
|
| // Push a clip.
|
|
|