Index: Source/core/rendering/RenderInline.cpp |
diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp |
index 31c4b05604ec056c1c5865325d04ec81251336cb..75086abab74eb31787ac1505a1144d3c8648e09d 100644 |
--- a/Source/core/rendering/RenderInline.cpp |
+++ b/Source/core/rendering/RenderInline.cpp |
@@ -1418,7 +1418,7 @@ void RenderInline::paintOutline(PaintInfo& paintInfo, const LayoutPoint& paintOf |
RenderStyle* styleToUse = style(); |
if (styleToUse->outlineStyleIsAuto() || hasOutlineAnnotation()) { |
- if (!theme()->supportsFocusRing(styleToUse)) { |
+ if (theme()->shouldDrawDefaultFocusRing(this)) { |
// Only paint the focus ring by hand if the theme isn't able to draw the focus ring. |
paintFocusRing(paintInfo, paintOffset, styleToUse); |
} |