| Index: Source/core/page/SpatialNavigation.h
|
| diff --git a/Source/core/page/SpatialNavigation.h b/Source/core/page/SpatialNavigation.h
|
| index dee7901ef831926cc0db9ad6a06c6b9db7e3819f..0074d10dbe4e01c8b9d575aed6f87fe89d0f24e9 100644
|
| --- a/Source/core/page/SpatialNavigation.h
|
| +++ b/Source/core/page/SpatialNavigation.h
|
| @@ -102,7 +102,6 @@ public:
|
| , focusableNode(nullptr)
|
| , enclosingScrollableBox(nullptr)
|
| , distance(maxDistance())
|
| - , alignment(None)
|
| , isOffscreen(true)
|
| , isOffscreenAfterScrolling(true)
|
| {
|
| @@ -122,7 +121,6 @@ public:
|
| RawPtrWillBeMember<Node> focusableNode;
|
| RawPtrWillBeMember<Node> enclosingScrollableBox;
|
| double distance;
|
| - RectsAlignment alignment;
|
| LayoutRect rect;
|
| bool isOffscreen;
|
| bool isOffscreenAfterScrolling;
|
|
|