| Index: third_party/WebKit/Source/core/page/SpatialNavigation.h
|
| diff --git a/third_party/WebKit/Source/core/page/SpatialNavigation.h b/third_party/WebKit/Source/core/page/SpatialNavigation.h
|
| index 9c83be630819fee5da1ee74be711d413b5b2880d..7c6d0f7152b4da42012f71afefc04a3255a383de 100644
|
| --- a/third_party/WebKit/Source/core/page/SpatialNavigation.h
|
| +++ b/third_party/WebKit/Source/core/page/SpatialNavigation.h
|
| @@ -118,9 +118,9 @@ public:
|
| // We handle differently visibleNode and FocusableNode to properly handle the areas of imagemaps,
|
| // where visibleNode would represent the image element and focusableNode would represent the area element.
|
| // In all other cases, visibleNode and focusableNode are one and the same.
|
| - RawPtrWillBeMember<Node> visibleNode;
|
| - RawPtrWillBeMember<Node> focusableNode;
|
| - RawPtrWillBeMember<Node> enclosingScrollableBox;
|
| + Member<Node> visibleNode;
|
| + Member<Node> focusableNode;
|
| + Member<Node> enclosingScrollableBox;
|
| double distance;
|
| LayoutRect rect;
|
| bool isOffscreen;
|
|
|