| Index: Source/core/rendering/RenderThemeChromiumMac.mm
|
| diff --git a/Source/core/rendering/RenderThemeChromiumMac.mm b/Source/core/rendering/RenderThemeChromiumMac.mm
|
| index 305ac35e39dcd0cc8f1f2880cb000cc992269fd0..5f82697c4658147601de74e0afd61dbf681f2e8a 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumMac.mm
|
| +++ b/Source/core/rendering/RenderThemeChromiumMac.mm
|
| @@ -511,7 +511,7 @@ Color RenderThemeChromiumMac::systemColor(CSSValueID cssValueId) const
|
| bool RenderThemeChromiumMac::isControlStyled(const RenderStyle* style, const CachedUAStyle* uaStyle) const
|
| {
|
| ASSERT(uaStyle);
|
| - if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart || style->appearance() == ListboxPart)
|
| + if (style->appearance() == TextFieldPart || style->appearance() == TextAreaPart)
|
| return style->border() != uaStyle->border || style->boxShadow();
|
|
|
| // FIXME: This is horrible, but there is not much else that can be done. Menu lists cannot draw properly when
|
|
|