| 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 5fa5da3a7b6c904de505f73fb8eda78462b0f93e..d8dddf33cfef078684b00501dc9a458cd774efbd 100644
|
| --- a/third_party/WebKit/Source/core/page/SpatialNavigation.h
|
| +++ b/third_party/WebKit/Source/core/page/SpatialNavigation.h
|
| @@ -21,6 +21,7 @@
|
| #ifndef SpatialNavigation_h
|
| #define SpatialNavigation_h
|
|
|
| +#include "core/CoreExport.h"
|
| #include "core/dom/Node.h"
|
| #include "platform/geometry/LayoutRect.h"
|
| #include "public/platform/WebFocusType.h"
|
| @@ -41,7 +42,7 @@ inline int FudgeFactor() {
|
| return 2;
|
| }
|
|
|
| -bool IsSpatialNavigationEnabled(const LocalFrame*);
|
| +CORE_EXPORT bool IsSpatialNavigationEnabled(const LocalFrame*);
|
| bool SpatialNavigationIgnoresEventHandlers(const LocalFrame*);
|
|
|
| // Spatially speaking, two given elements in a web page can be:
|
|
|