Implement Focus UI
[framework/web/webkit-efl.git] / Source / WebKit2 / WebProcess / WebPage / WebPage.messages.in
index 4e204a2..11b2b47 100755 (executable)
@@ -459,4 +459,8 @@ messages -> WebPage {
 #if ENABLE(TIZEN_USE_SETTINGS_FONT)
     UseSettingsFont()
 #endif
+
+#if ENABLE(TIZEN_FOCUS_UI)
+    SetSpatialNavigationEnabled(bool enabled)
+#endif
 }