| Index: third_party/WebKit/Source/core/layout/LayoutObject.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutObject.h b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| index 2027b69db4542c9f4a0ca01c41949b13fa9e4f5c..3fc04b076a6f8a37fc4095a569bcb1eed7e7c509 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutObject.h
|
| @@ -1275,7 +1275,7 @@ public:
|
| // Focus rings enclose block visual overflows (of line boxes and descendants), while normal outlines don't.
|
| IncludeBlockVisualOverflowOrNot outlineRectsShouldIncludeBlockVisualOverflow() const
|
| {
|
| - return styleRef().outlineStyleIsAuto() ? IncludeBlockVisualOverflow : DontIncludeBlockVisualOverflow;
|
| + return IncludeBlockVisualOverflow ;
|
| }
|
|
|
| // Collects rectangles enclosing visual overflows of the DOM subtree under this object.
|
|
|