| Index: Source/core/rendering/RenderFileUploadControl.cpp
|
| diff --git a/Source/core/rendering/RenderFileUploadControl.cpp b/Source/core/rendering/RenderFileUploadControl.cpp
|
| index 5e449ba07964270453186e5bf0076607a27351d8..596e6c6f918e3eaffe7c50b5585ddad01d164797 100644
|
| --- a/Source/core/rendering/RenderFileUploadControl.cpp
|
| +++ b/Source/core/rendering/RenderFileUploadControl.cpp
|
| @@ -149,11 +149,11 @@ void RenderFileUploadControl::paintObject(PaintInfo& paintInfo, const LayoutPoin
|
| textWidth,
|
| style()->fontMetrics().height());
|
|
|
| - paintInfo.context->setFillColor(style()->visitedDependentColor(CSSPropertyColor), style()->colorSpace());
|
| -
|
| + paintInfo.context->setFillColor(style()->visitedDependentColor(CSSPropertyColor));
|
| +
|
| // Draw the filename
|
| paintInfo.context->drawBidiText(font, textRunPaintInfo, IntPoint(roundToInt(textX), roundToInt(textY)));
|
| -
|
| +
|
| if (input->icon()) {
|
| // Determine where the icon should be placed
|
| LayoutUnit iconY = paintOffset.y() + borderTop() + paddingTop() + (contentHeight() - iconHeight) / 2;
|
|
|