Index: third_party/WebKit/Source/core/paint/ThemePainterMac.mm |
diff --git a/third_party/WebKit/Source/core/paint/ThemePainterMac.mm b/third_party/WebKit/Source/core/paint/ThemePainterMac.mm |
index 2e48368b69a38f573730ddc0cc63f51eff313855..5daffb72e144dbaec7af06a8b972e7e8b5f9cc61 100644 |
--- a/third_party/WebKit/Source/core/paint/ThemePainterMac.mm |
+++ b/third_party/WebKit/Source/core/paint/ThemePainterMac.mm |
@@ -183,7 +183,7 @@ bool ThemePainterMac::paintMenuList(const LayoutObject& o, const PaintInfo& pain |
NSView *view = m_layoutTheme.documentViewFor(o); |
[popupButton drawWithFrame:inflatedRect inView:view]; |
- if (!ThemeMac::drawWithFrameDrawsFocusRing() && LayoutTheme::isFocused(o) && o.styleRef().outlineStyleIsAuto()) |
+ if (LayoutTheme::isFocused(o) && o.styleRef().outlineStyleIsAuto()) |
[popupButton cr_drawFocusRingWithFrame:inflatedRect inView:view]; |
[popupButton setControlView:nil]; |