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

Unified Diff: third_party/WebKit/Source/web/WebSettingsImpl.cpp

Issue 2049493002: Remove the default wheel event handler from blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove two tests, fix nit Created 4 years, 6 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 | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5e9925114052769924e2ca63df81b6c64787d455..1c385f4eaf03fbcb9ef69a4c771d48a40dfe8296 100644
--- a/third_party/WebKit/Source/web/WebSettingsImpl.cpp
+++ b/third_party/WebKit/Source/web/WebSettingsImpl.cpp
@@ -203,11 +203,6 @@ void WebSettingsImpl::setWebSecurityEnabled(bool enabled)
m_settings->setWebSecurityEnabled(enabled);
}
-void WebSettingsImpl::setWheelGesturesEnabled(bool enabled)
-{
- m_settings->setWheelGesturesEnabled(enabled);
-}
-
void WebSettingsImpl::setJavaScriptCanOpenWindowsAutomatically(bool canOpenWindows)
{
m_settings->setJavaScriptCanOpenWindowsAutomatically(canOpenWindows);
@@ -702,11 +697,6 @@ bool WebSettingsImpl::mockGestureTapHighlightsEnabled() const
return m_settings->mockGestureTapHighlightsEnabled();
}
-bool WebSettingsImpl::wheelGesturesEnabled() const
-{
- return m_settings->wheelGesturesEnabled();
-}
-
bool WebSettingsImpl::mainFrameResizesAreOrientationChanges() const
{
return m_devToolsEmulator->mainFrameResizesAreOrientationChanges();
« no previous file with comments | « third_party/WebKit/Source/web/WebSettingsImpl.h ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698