| 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 0126d2edad5c09166c5904b4918d2282c6b83252..93cec2002ac20c02915f18269c41eae147dcb20c 100644
|
| --- a/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
|
| @@ -29,7 +29,7 @@ void FileUploadControlPainter::paintObject(const PaintInfo& paintInfo, const Lay
|
| m_layoutFileUploadControl.size() + LayoutSize(0, -m_layoutFileUploadControl.borderWidth() + buttonShadowHeight)));
|
| if (clipRect.isEmpty())
|
| return;
|
| - clipRecorder.emplace(paintInfo.context, m_layoutFileUploadControl, DisplayItem::ClipFileUploadControlRect, clipRect);
|
| + clipRecorder.emplace(paintInfo.context, m_layoutFileUploadControl, DisplayItem::kClipFileUploadControlRect, clipRect);
|
| }
|
|
|
| if (paintInfo.phase == PaintPhaseForeground && !LayoutObjectDrawingRecorder::useCachedDrawingIfPossible(paintInfo.context, m_layoutFileUploadControl, paintInfo.phase)) {
|
|
|