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

Unified Diff: Source/WebKit/chromium/src/WebSettingsImpl.cpp

Issue 13811041: expose spatial navigation to chromium (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 7 years, 8 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
« no previous file with comments | « Source/WebKit/chromium/src/WebSettingsImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/src/WebSettingsImpl.cpp
diff --git a/Source/WebKit/chromium/src/WebSettingsImpl.cpp b/Source/WebKit/chromium/src/WebSettingsImpl.cpp
index 9410716f86656e91b61d602cd3f571211d0aaf7b..4329711b7cbf737e278658afce28216e8438ca13 100644
--- a/Source/WebKit/chromium/src/WebSettingsImpl.cpp
+++ b/Source/WebKit/chromium/src/WebSettingsImpl.cpp
@@ -223,6 +223,11 @@ void WebSettingsImpl::setShrinksStandaloneImagesToFit(bool shrinkImages)
m_settings->setShrinksStandaloneImagesToFit(shrinkImages);
}
+void WebSettingsImpl::setSpatialNavigationEnabled(bool enabled)
+{
+ m_settings->setSpatialNavigationEnabled(enabled);
+}
+
void WebSettingsImpl::setUsesEncodingDetector(bool usesDetector)
{
m_settings->setUsesEncodingDetector(usesDetector);
« no previous file with comments | « Source/WebKit/chromium/src/WebSettingsImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698