| Index: Source/core/rendering/RenderObject.cpp
|
| diff --git a/Source/core/rendering/RenderObject.cpp b/Source/core/rendering/RenderObject.cpp
|
| index fb211b88f2b49934cfb7581e51e6c98702595bdd..6b3835f7f5c5433986167e9abc763114af138c33 100644
|
| --- a/Source/core/rendering/RenderObject.cpp
|
| +++ b/Source/core/rendering/RenderObject.cpp
|
| @@ -1154,7 +1154,7 @@ void RenderObject::paintOutline(PaintInfo& paintInfo, const LayoutRect& paintRec
|
| int outlineOffset = styleToUse->outlineOffset();
|
|
|
| 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, paintRect.location(), styleToUse);
|
| }
|
|
|