| Index: third_party/WebKit/Source/core/layout/LayoutFileUploadControl.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.cpp b/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.cpp
|
| index 6774ea65482a6a6706d7372d9c1baa66fb55bb99..724247a888fe15127ec8d9bc1eaddfa4eab16211 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutFileUploadControl.cpp
|
| @@ -125,7 +125,7 @@ void LayoutFileUploadControl::computePreferredLogicalWidths()
|
| m_minPreferredLogicalWidth = std::min(m_minPreferredLogicalWidth, adjustContentBoxLogicalWidthForBoxSizing(LayoutUnit(styleToUse.maxWidth().value())));
|
| }
|
|
|
| - int toAdd = borderAndPaddingWidth();
|
| + int toAdd = borderAndPaddingWidth().toInt();
|
| m_minPreferredLogicalWidth += toAdd;
|
| m_maxPreferredLogicalWidth += toAdd;
|
|
|
|
|