Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(838)

Unified Diff: third_party/WebKit/Source/core/page/SpatialNavigation.h

Issue 2700663002: Adds keyboard functionality for videos. (Closed)
Patch Set: Now calls IsSpatialNavigationEnabled() directly. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698