Index: third_party/WebKit/Source/web/WebSettingsImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebSettingsImpl.cpp b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
index 54d06cbdd3874c7b533fb09d6e31f921f1d4d105..5e9925114052769924e2ca63df81b6c64787d455 100644 |
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp |
@@ -502,6 +502,11 @@ void WebSettingsImpl::setWebGLErrorsToConsoleEnabled(bool enabled) |
m_settings->setWebGLErrorsToConsoleEnabled(enabled); |
} |
+void WebSettingsImpl::setAlwaysShowContextMenuOnTouch(bool enabled) |
+{ |
+ m_settings->setAlwaysShowContextMenuOnTouch(enabled); |
+} |
+ |
void WebSettingsImpl::setShowContextMenuOnMouseUp(bool enabled) |
{ |
m_settings->setShowContextMenuOnMouseUp(enabled); |