| Index: Source/core/page/SpatialNavigation.h
|
| diff --git a/Source/core/page/SpatialNavigation.h b/Source/core/page/SpatialNavigation.h
|
| index 0074d10dbe4e01c8b9d575aed6f87fe89d0f24e9..b48a38250eeef18dde47b7dd39712980cb5b5a37 100644
|
| --- a/Source/core/page/SpatialNavigation.h
|
| +++ b/Source/core/page/SpatialNavigation.h
|
| @@ -44,6 +44,7 @@ inline int fudgeFactor()
|
| }
|
|
|
| bool isSpatialNavigationEnabled(const LocalFrame*);
|
| +bool spatialNavigationIgnoresEventHandlers(const LocalFrame*);
|
|
|
| // Spatially speaking, two given elements in a web page can be:
|
| // 1) Fully aligned: There is a full intersection between the rects, either
|
|
|