| 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 e33c6fc455a56c4c6d4108d706746e06559a5e8c..97a0f73e4c6342b03d80f3169406165c821e4bfa 100644
|
| --- a/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
|
| +++ b/third_party/WebKit/Source/core/paint/FileUploadControlPainter.cpp
|
| @@ -53,7 +53,7 @@ void FileUploadControlPainter::paintObject(const PaintInfo& paintInfo, const Lay
|
| else
|
| textX = contentLeft + m_layoutFileUploadControl.contentWidth() - buttonAndSpacingWidth - textWidth;
|
|
|
| - LayoutUnit textY = 0;
|
| + LayoutUnit textY;
|
| // We want to match the button's baseline
|
| // FIXME: Make this work with transforms.
|
| if (LayoutButton* buttonLayoutObject = toLayoutButton(button->layoutObject()))
|
|
|