| Index: third_party/WebKit/Source/core/page/SpatialNavigation.cpp
|
| diff --git a/third_party/WebKit/Source/core/page/SpatialNavigation.cpp b/third_party/WebKit/Source/core/page/SpatialNavigation.cpp
|
| index 8fb5fc2f9b50efaae4e983b2d33736e2764d3df2..ac1288b9afb29669198cf8547664636125f19e28 100644
|
| --- a/third_party/WebKit/Source/core/page/SpatialNavigation.cpp
|
| +++ b/third_party/WebKit/Source/core/page/SpatialNavigation.cpp
|
| @@ -188,7 +188,7 @@ bool hasOffscreenRect(Node* node, WebFocusType type) {
|
| if (!layoutObject)
|
| return true;
|
|
|
| - LayoutRect rect(layoutObject->absoluteClippedOverflowRect());
|
| + LayoutRect rect(layoutObject->absoluteVisualRect());
|
| if (rect.isEmpty())
|
| return true;
|
|
|
|
|