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