| Index: Source/core/page/SpatialNavigation.h
|
| diff --git a/Source/core/page/SpatialNavigation.h b/Source/core/page/SpatialNavigation.h
|
| index b48a38250eeef18dde47b7dd39712980cb5b5a37..4485b617a9ac33724e4e32183a4dd61ae6bb978a 100644
|
| --- a/Source/core/page/SpatialNavigation.h
|
| +++ b/Source/core/page/SpatialNavigation.h
|
| @@ -127,6 +127,7 @@ public:
|
| bool isOffscreenAfterScrolling;
|
| };
|
|
|
| +bool isRectInDirection(WebFocusType, const LayoutRect&, const LayoutRect&);
|
| bool hasOffscreenRect(Node*, WebFocusType = WebFocusTypeNone);
|
| bool scrollInDirection(LocalFrame*, WebFocusType);
|
| bool scrollInDirection(Node* container, WebFocusType);
|
|
|