| Index: Source/core/rendering/RenderInline.cpp
|
| diff --git a/Source/core/rendering/RenderInline.cpp b/Source/core/rendering/RenderInline.cpp
|
| index af8708a7cbb3d444ce9d6e73114f4b80f86f529f..3752c456562061611b8f5130e3f91fe5cde61bd7 100644
|
| --- a/Source/core/rendering/RenderInline.cpp
|
| +++ b/Source/core/rendering/RenderInline.cpp
|
| @@ -1391,7 +1391,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);
|
| }
|
|
|