| 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 b48a38250eeef18dde47b7dd39712980cb5b5a37..9c83be630819fee5da1ee74be711d413b5b2880d 100644
|
| --- a/third_party/WebKit/Source/core/page/SpatialNavigation.h
|
| +++ b/third_party/WebKit/Source/core/page/SpatialNavigation.h
|
| @@ -138,7 +138,7 @@ void distanceDataForNode(WebFocusType, const FocusCandidate& current, FocusCandi
|
| Node* scrollableEnclosingBoxOrParentFrameForNodeInDirection(WebFocusType, Node*);
|
| LayoutRect nodeRectInAbsoluteCoordinates(Node*, bool ignoreBorder = false);
|
| LayoutRect frameRectInAbsoluteCoordinates(LocalFrame*);
|
| -LayoutRect virtualRectForDirection(WebFocusType, const LayoutRect& startingRect, LayoutUnit width = 0);
|
| +LayoutRect virtualRectForDirection(WebFocusType, const LayoutRect& startingRect, LayoutUnit width = LayoutUnit());
|
| LayoutRect virtualRectForAreaElementAndDirection(HTMLAreaElement&, WebFocusType);
|
| HTMLFrameOwnerElement* frameOwnerElement(FocusCandidate&);
|
|
|
|
|