summaryrefslogtreecommitdiffstats
path: root/webkit/api/src/WebSettingsImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/api/src/WebSettingsImpl.cpp')
-rw-r--r--webkit/api/src/WebSettingsImpl.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/api/src/WebSettingsImpl.cpp b/webkit/api/src/WebSettingsImpl.cpp
index 1edda49..dc577e8 100644
--- a/webkit/api/src/WebSettingsImpl.cpp
+++ b/webkit/api/src/WebSettingsImpl.cpp
@@ -244,4 +244,9 @@ void WebSettingsImpl::setOfflineWebApplicationCacheEnabled(bool enabled)
m_settings->setOfflineWebApplicationCacheEnabled(enabled);
}
+void WebSettingsImpl::setExperimentalWebGLEnabled(bool enabled)
+{
+ m_settings->setExperimentalWebGLEnabled(enabled);
+}
+
} // namespace WebKit